Search

You searched for the word(s): userid:27062

Matching Posts

  • Re: Thoughts on version 2 of these adapters

    I have done a little work on a new Wizard Adapter in the AspNetControlAdapters project: http://code.google.com/p/aspnetcontroladapters It is very much incomplete, but if someone can provide some real-world examples of current usage, it would be easier for me to finish coding it. (I don't do much WebForms development now, so real-world samples are lacking.) If you want to contribute to the effort, post on the Google group at http://groups.google.com/group/aspnetcontroladapters -- provide as much
    Posted to CSS Friendly Control Adapters (Forum) by bdemarzo on 2/27/2009
  • Call to action: Send in your menus!

    As part of the rewrite of the ASP.Net Control Adapters (see the Google project at http://code.google.com/p/aspnetcontroladapters ), I started working on a new Menu adapter. It's got a long way to go -- and you can help us get there! The best way to engineer proper adapted menu markup is to visualize how the non-adapted Menu generates markup (and, in a sense, reverse-engineer it). With that, here's what you can do to help. Send me a copy of the markup and generated code for your non-adapted
    Posted to CSS Friendly Control Adapters (Forum) by bdemarzo on 11/14/2008
  • Re: Menu is not working with css adapters

    Fixing depends on the error. Was it the JS not being served to the browser (probably not), or the need to add width properties? If the latter, you should put the width properties that are specific to your needs in your custom CSS file, or -- even better -- use conditional comments to serve a specific CSS file only to IE6.
    Posted to CSS Friendly Control Adapters (Forum) by bdemarzo on 11/7/2008
  • Re: Menu is not working with css adapters

    The latest version embeds the CSS into the HTML header, not into the HTML body. Not sure what else to suggest at this point. Have you tried stripping down your sitemap? Another thing you may want to try is to use the sitemap and ASP.Net markup from one of the menu "Walkthru" pages in the CSSFriendly project. Start with that (which is known to work) and start adding pieces from your project (a few site map pieces here, a few property changes there). Once things stop working, you'll know
    Posted to CSS Friendly Control Adapters (Forum) by bdemarzo on 11/5/2008
  • Re: Menu is not working with css adapters

    I would recommend downloading the latest release (see http://www.codeplex.com/cssfriendly/SourceControl/ListDownloadableCommits.aspx ). Numerous bug fixes and changes (including changes to the way CSS is embedded) have been made since the release you are using. Try downloading, compiling, and using the latest DLL in your project and see if you have better results. (You have to compile the release from the source code -- just compile and take the generated CSSFriendly.dll and use it instead of the
    Posted to CSS Friendly Control Adapters (Forum) by bdemarzo on 11/5/2008
  • Re: Menu is not working with css adapters

    You may want to try removing any custom CSS and keep remove all but two or so top-level items in your site map (Risk Control, Fund Threshold, etc), see if it shows up then. The best way to debug situations like this is to start at a baseline then add things one step at a time. Another thing that may be causing issue -- the Menu.css is being added twice. (Note the <link href="/WebResource.axd?d=y8-iM2eUMVyTHGt70nwn3ndmMrO7_yrew4KeuUpNlFR6EP86q3TI3iQDDZdhuZsB0&t=633613184498673342"
    Posted to CSS Friendly Control Adapters (Forum) by bdemarzo on 11/5/2008
  • Re: Menu is not working with css adapters

    The problem is your site map, or your site map provider. Look at the rendered HTML snippet below. < div class= "AspNet-Menu-Vertical" id= "Menu1" > < ul class= "AspNet-Menu" > < li class= "AspNet-Menu-WithChildren" > < a href= "/default.aspx/" class= "AspNet-Menu-Link" ><!-- THIS IS WHERE YOUR PROBLEM IS! --> </ a > < ul > < li class= "AspNet-Menu-WithChildren" > < a href= "
    Posted to CSS Friendly Control Adapters (Forum) by bdemarzo on 11/5/2008
    Filed under: cssfriendly menu
  • Re: Menu is not working with css adapters

    When the adapters are enabled and the menu doesn't appear, try viewing the source of the web page. Is the code for the menu in the HTML?
    Posted to CSS Friendly Control Adapters (Forum) by bdemarzo on 11/5/2008
  • Re: Repeater Adapter?

    I have an EmptyDataRepeater that I've used, and I added it to a Google project I keep where I toss in some generally-useful classes that I stumble across in my travels. The code for the repeater -- which offers the EmptyDataTemplate -- is below: /// <summary> /// Extended version of the ASP.Net <see cref="Repeater">Repeater</see> control that allows you to /// specify text to show when no data is bound to the control by using an &lt;EmptyDataTemplate&gt; template
    Posted to CSS Friendly Control Adapters (Forum) by bdemarzo on 11/5/2008
    Filed under: Repeater EmptyDataTemplate
  • New CheckBoxList and RadioButtonList adapters to try

    I recently implemented a new control adapter for the CheckBoxList control, with lots of available functionality , as the first component in the (relatively new) ASP.Net Control Adapters open source project -- essentially, a rewrite of the current CSSFriendly project. It's not complete, but it is definitely functional. Since the RadioButtonList control is very similar, I decided to implement it. After five minutes (mostly spent copy/pasting and renaming CheckBox to RadioButton), I had a RadioButtonList
    Posted to Tips & Tricks (Forum) by bdemarzo on 10/24/2008
    Filed under: ASP.Net Control Adapters
Page 1 of 17 (168 items) 1 2 3 4 5 Next > ... Last »