Search Results

0
votes
4answers
2k views

Passing a outside variable into a <asp:sqldatasource> tag. ASP.NET 2.0

I'm designing some VB based ASP.NET 2.0, and I am trying to make more use of the various ASP tags that visual studio provides, rather than hand writing everything in the code-behind. I want to pas …
1
vote

SQL Cheatsheet?

I'm a fan of the O'Reilly SQL pocket guide. It covers most of the major DB system types, and explains some of the functions t …