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?
Loading

SenthilkumarPosted Apr 11, 2012, 11:06 AM
If you have grid, you want to avoid postback then place the updatepanel. It will avoid the postback when click on the grid.
When click on the other control outside the grid and want to do actions in the grid then you need to place the update panel. You need to write the trigger and control id to be assoiated.
Krishna GaradPosted Apr 11, 2012, 9:58 AM
SIVAPosted Apr 11, 2012, 9:37 AM
i need to maintain update panel for gridview also.
How to do that?
Krishna GaradPosted Apr 11, 2012, 9:07 AM