Tim Rooks

Tim Rooks

  • NA
  • 48
  • 501

Repeater_Control_Example

Oct 3 2016 11:16 AM
Hi, I am a very beginner at C#, ASP.net and SQL and have been trying to solve an example using repeater control that I found on C-sharpcorner. http://www.c-sharpcorner.com/uploadfile/5089e0/how-to-use-repeater-control-in-asp-net/
 
I keep getting stopped at the public void RepeterData() method with an SqlException on the con.open();
 
and again on the da.Fill(ds);
This was posted by http://www.c-sharpcorner.com/members/nitin-bhardwaj6 in 2013
Can anyone offer suggestions on how to get this project to work? The zip file for source code is wrong and is in VB not C# as the project is.
 
The code that I have been trying to implement is at the below url
http://www.c-sharpcorner.com/uploadfile/5089e0/how-to-use-repeater-control-in-asp-net/ 
Any help would be greatly appreciated....... 

Answers (6)