ASP.NET,Tips - Raj Kaimal

Browse by Tags

All Tags » ASP.NET » Tips (RSS)

Page.IsValid and Validate

ASP.net ships with a couple of validator controls that allow you to determine whether the value of the input controls they are validating is valid. Here is a simple example of a TextBox control with a RequiredFieldValidator attached and a Button control...
Posted by rajbk | 9 comment(s)
Filed under: , ,

Using the Wizard control as a sidebar navigator

You can easily transform the Wizard control as a sidebar navigator by simply hiding the navigation buttons at the bottom as shown below. To do this, add a Wizard control to your page. Under "Wizard Tasks", convert the StartNavigation, StepNavigation...
Posted by rajbk | 5 comment(s)
Filed under: ,

GridView DropDownList Pager

A way to add a dropdownlist pager to the GridView....
Posted by rajbk | 43 comment(s)
Filed under: , , ,
More Posts