Heyo,
I am new to the .NET experience and just getting my bearings. I am trying to do something simple like connect to my database and display some data through a loop.
Can anyone help me with the following steps?
1. Setting my "using System...etc" library
2. Creating a connection string
3. Creating a loop to display the rows/columns
I have searched online but am having trouble finding just simple example of this, I plan on using this code w/in my Page_Load event handler.
Thx a million!
I am new to the .NET experience and just getting my bearings. I am trying to do something simple like connect to my database and display some data through a loop.
Can anyone help me with the following steps?
1. Setting my "using System...etc" library
2. Creating a connection string
3. Creating a loop to display the rows/columns
I have searched online but am having trouble finding just simple example of this, I plan on using this code w/in my Page_Load event handler.
Thx a million!
Comment