Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~239 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sujay anand

I have insert gridview datas into database using checkbox checked. My prob is when datas present in database checkbox should be checked. DataTable dt = new DataTable(); dt.Columns.AddRange(new DataColumn[2] { new DataColumn("adminname"), new DataColumn("projectname") }); for (int i = 0; i <= GridView1.Rows.Count - 1; i++) { GridViewRow row = …

Member Avatar for EddyC27
0
127
Member Avatar for sujay anand

I m using GridView Controls to view the datas. For eg: I m getting column as username and displaying. Now i want to add Checkbox in gridview and want to store username and checkbox values in another table?

Member Avatar for h4ng4r18
0
112