Which control would you use if you needed to make sure the values in two different controls matched ?
CompareValidator Control Read more »
CompareValidator Control Read more »
DataTextField property Read more »
(Web Services Description Language) Read more »
Set AutoGenerateColumns Property to false on the datagrid tag Read more »
The Page class. Read more »
You must set the DataSource property and call the DataBind method. Read more »
ItemTemplate Read more »
Maintain the login state security through a database. Read more »
It enables the viewstate on the page. It allows the page to save the users input on a form. Read more »
Integer,String and Date. Read more »
It’s the Attributesproperty, the Add function inside that property. So btnSubmit.Attributes.Add(”onMouseOver”,”someClientCode();”) Read more »
When you have a complex control, like DataGrid, writing an event processing routine for each object (cell, button, row, etc.) is quite tedious. The controls can... Read more »
CodeBehind is relevant to Visual Studio.NET only. Read more »