PROJECT STATUS | |
Text="Choose ProjectName to view the Status of the project"> | |
Text="Date"> | ControlToValidate="TextBox8" ErrorMessage="Enter the Date" ValidationGroup="a" style="font-size: 12px"> |
Text="Name"> | ControlToValidate="TextBox9" ErrorMessage="Enter Your Name" SetFocusOnError="True" ValidationGroup="a" style="font-size: small"> |
Text="Project"> | onselectedindexchanged="DropDownList6_SelectedIndexChanged" Width="175px" ValidationGroup="a"> ControlToValidate="DropDownList6" ErrorMessage="Select your Project" InitialValue="0" V style="font-size: small"> |
PROJECT STATUS | ||
Text="Project Status has been given below"> | ||
Text="Project Name"> | ||
Height="21px" onselectedindexchanged="DropDownList5_SelectedIndexChanged" Width="183px"> | ||
PROJECT STATUS | |
Text="Project Title"> | |
Text="Project Module"> | |
Height="21px" onselectedindexchanged="DropDownList4_SelectedIndexChanged" Width="166px"> | |
TextMode="MultiLine"> | |
how to give validation to this form..

Pradip PandeyPosted Sep 26, 2012, 6:52 AM
You can put validation in your page by this way. Suppose you want validation for the control TextBox8 which is for date.
TextBox9 is for Name:
DropDownList6 for Project selection:
This Button must be inside the View1.
Hope it will help.
Rajkamal SPosted Sep 26, 2012, 6:03 AM
pradeep kumarPosted Sep 26, 2012, 12:51 AM