Validation control
Hi All,
I am new in ASP .Net
I have two buttons in my page,
I would like to check validation control only when they press on Add New Button,
If they press on Make Datagrid, I don't want to have validation control,
Now, when I press MakeDataGrid button, it does not make it becase it goes to validation control, and raise the error message for RequiredFeildValidation control, But I want to have this error message only when they press on AddNew butoon,
What should I do, Please help
Thanks
Behnam
|