Started 1 month, 3 weeks ago (2009-09-19 16:44:00)
by ToxXxic
In the page load event or any other event you desire you could add a code such as
Code:
Dim nwindConn As SqlConnection = New SqlConnection("Data Source=localhost;Integrated Security=SSPI;Initial Catalog=northwind")
Dim selectCMD As SqlCommand = New SqlCommand("SELECT CustomerID, CompanyName FROM Customers", nwindConn)
selectCMD.CommandTimeout = 30
Dim custDA As ...
Thread:
Show this thread (9 posts)
Size: 1,194 bytes
Related Threads: Same Site | All Sites
Customize:
Related Threads: Same Site | All Sites
Customize:

