Click here to Skip to main content
15,911,715 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a gridview. In there checkbox and subheading. if i click the checkbox formate of the gridview is total changing. I need to call Rowdatabond after post back Plzz help me friends.
Posted

1 solution

I need to call Rowdatabond after post back
RowDataBound is called when you bind rows to grid. If for some reason (which you already specified!) you want to call the event then you need to rebind the grid.

Details here: MSDN: GridView.RowDataBound Event[^]


BTW, I am not sure how are you going to resolve your issue by calling it again. One of the extra step: you will have to re-store the checkboxes state once you have re-binded.
 
Share this answer
 
Comments
Bibin Benny 17-May-12 2:12am    
if Reload checkboxs then the selection is closing ..

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