Browse by Tags

All Tags » Visual Studio (RSS)
Data Access - The SqlDataSource Part 3
In the previous posts we dropped a table from the Server Explorer onto our design surface and saw how a SqlDataSource was created with T-SQL statements to populate the basic functions of our control. In the second part we replaced our T-SQL with stored...

Posted by ryansjedi | with no comments

Data Access - The SqlDataSource Part 2.5
Ok so I made a mistake when I kicked off this series...I picked Sql Server Express as our database for all the logical reasons...however I failed to remember that Sql Server Express doesn't do Sql Cache Dependency...so instead of retro fitting my series...

Posted by ryansjedi | with no comments

Data Access - The SqlDataSource Part 1
Welcome back! If you are following along from the last post , you'll notice that two controls were automatically created on our page when we dropped the Customer table onto the page. The first control is called a GridView. The GridView control is used...

Posted by ryansjedi | 4 comment(s)

Data Access and Data Binding Sample Application Setup
Ok so you have Visual Studio or Web Developer Express installed, have installed SQL Server Express, and have downloaded and run the SQL Samples from the previous post. Lets create our Web Project, select Create Project and select either a C# or a VB.Net...

Posted by ryansjedi | 2 comment(s)

Filed under: ,

What's on your Visual Studio Start Page?
Call me Mr. Observant....but I just noticed that for some reason my VS2008 start page is set to some Sql Server Rss that contains REALLY out of date information (see:http://msdn.microsoft.com/sql/rss.xml)....so my question to you is what do you have as...

Posted by ryansjedi | 7 comment(s)

Filed under:

More Posts