Click here to Skip to main content
15,910,234 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have idea that i can get partial page refreshment by using AJAX update panel but i m not that much of clear with that?

I have gridview control with link buttons in it. Here when i click link button in gridview postback is performing.

Actually in my page i have required fields. When i working with Gridview also its asking to enter those required fields.

What to do for this?
Posted

Hey,

set CauseValidation property false of linkbutton
Best Luck
happy Coding
 
Share this answer
 
Use the ValidationGroup property for the control groups.

http://www.codedigest.com/Articles/ASPNET/26_Validation_group_in_ASPNet_20.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900