DualList Items should be adjustable to be alphabetically sorted. Like, DualList.LeftItems.SortAlphabetically() or DualList.ItemsAreSortedAlphabetically or etc.
Since I starting using the dll, all the images with no dimensions on my website have defaulted to 177 X 174
According to http://www.w3.org/TR/xhtml1/#h-4.2 , all attributes should render lower case. But the RolloverImage control renders its onmouseover and onmouseout in title case. Example: <a id="heade...
Hi, I've placed SelectorField into my GridView to have a RadioButton column there. <mb:SelectorField SelectionMode="Single" AutoPostBack="false" /> When my page loads IE reports a JS error: Line: ...
I got this error when testing the OpenDialogButton in IE7 when I try to close the dialog using the IE7 tab close button. The sample in http://www.metabuilders.com/Tools/DialogWindow.aspx also produ...
Creates a test page using the default configuration. In the ItemsMoved event or in a button event, return the number of items in the left list. Response.Write(DualList1.LeftItems.Count & "<br>...
Hi, I really like your linked list code, but there's a problem when the two linked lists are placed inside an updatepanel. Unfortunately, on refreshing the panel, the bottom list suddenly displays...
I have the following page structure: MasterPage.master ResourceEdit.aspx - this references the master page - it has a ContentPlaceholder, - which has a DialogWindow and a FormView, - the FormView ...