asp.net

How to sort ListBox items programmatically in asp.net

The ListBox server control is very similar to the DropDownList, but differs in its display. You can have more than…

ASP.NET Image Control Example

The Image control supports the following properties (this is not a complete list): AlternateText — Enables you to provide alternate…

How to use NumericUpDownExtender in asp.net ajax

NumericUpDownExtender in asp.net ajax The NumericUpDownExtender control allows you to put some up/down indicators next to a TextBox control that…