Click here to Skip to main content
15,905,504 members

Comments by bitofweb (Top 15 by date)

bitofweb 24-Oct-13 1:38am View    
What you want to do?
bitofweb 21-Oct-13 2:53am View    
what type of control you want to update?
bitofweb 17-Oct-13 5:38am View    
Check out this link: http://www.java2s.com/Tutorial/ASP.NET/0360__ADO.net-Database/LinkaspDropDownListwithaspSqlDataSource.htm
Although, you can do this through c# code, which much cleaner and easier way.
bitofweb 16-Oct-13 1:45am View    
Hi Tina,
1. There is a column mismatch in your loops. You are continuosly adding values to datatable1, although you have declared datatable2 also.
2. Try not to give the names to datatables.
Hope this will solve your problem.
bitofweb 14-Oct-13 8:08am View    
Hi are you setting the image path correctly.