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

I have a GridView in an UpdatePanel. I have two buttons (Build and Run) in same UpdatePanel. When I click Run it is assigning datasource and Binding to Gridview. When I click Build, It just updates a textbox, nothing to do with Gridview. As this Build button causes UpdatePanel to update, my gridview is showing CheckBoxes in few columns which are of Bit datatype in database. These check boxes are not getting displayed when I click RUN. What happening is, I could not understand. Help me please..

Assumptions:
1) Gridview no template/ bound columns. All are Autogenerated columns.(* Mandatory)
2) Bit datatype columns are getting displayed empty when I click RUN button.
3) When I click Build, it is showing CheckBoxes in Bit datatype columns in GridView.

help me out please...

Thanks
Ramesh Sambari
Posted
Comments
Sandeep Mewara 25-Mar-11 5:15am    
Strange! Can you do a ViewSource and see if the checkboxes were rendered in case of BUILD & RUN click?
Out of all point 3 is quite strange.

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