Dear I have data reader into my web application and now I want to read rows and my table containing 233 rows and based on each record (each row) i am populating checkboxlist based on these records , so my reader in while loop loops 233 times and this works locallly (mean on local database) and does not work when working live (live Database)
Any one have an idea??
Loading

Khargesh RajputPosted Apr 22, 2015, 5:43 AM
You can use below method
http://www.aspsnippets.com/Articles/Populate-bind-CheckBox-in-GridView-from-database-in-ASPNet-using-C-and-VBNet.aspx
Danish HabibPosted Apr 22, 2015, 5:27 AM
Khargesh RajputPosted Apr 22, 2015, 4:57 AM
or not getting record in datareader
Guest UserPosted Apr 22, 2015, 4:49 AM