2
Answers

how to show chwckbox checked in viewmode.....

I have a page where i have selected checkbox and saved the data in sqlserver2000 table and sendmail through c#.net and when client open that page, that  page in view mode. but checkbox not showing that its was selected.it was in same as before selecting checkbox. 
 Please some one suggest me how can i do that.
Answers (2)
0
karthick kumar

karthick kumar

NA 84 0 14y
You need to Get the checkbox value From the sql server database and bind those values to the gridview datasource. It will work fine 
0
Manikavelu Velayutham

Manikavelu Velayutham

NA 9.1k 1.6m 14y

You need to again retrieve that value from database.
Based on the value, you need to make the checkbox checked or unchecked.
Hope you missed that in your code.