Hi,
Validations is not working. My application is from the retrieving data from database and when we click the Edit button in the grid the datas are shown in the
AJAX popup box to update the data. its working good when update button clicks its update the data..
when i placed the required field validator control for every textbox though the textbox is Empty also its updating the data to database.
Required field validator property
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="RequiredFieldValidator" ControlToValidate="txtname" ValidationGroup="val">*</asp:RequiredFieldValidator>
If the field is empty update button should not work, but its working here
SATHIYANARAYANAN