Simple ASP.NET Database Query

Posted by Steven on Stack Overflow See other posts from Stack Overflow or by Steven
Published on 2010-04-09T19:11:53Z Indexed on 2010/04/09 19:23 UTC
Read the original article Hit count: 308

I have loaded my database with one table under "Data Connections" in the "Server Explorer" pane.

What is the standard / best-practices way to handle a simple query in a VB ASPX page?

My left <div> would be a set of form elements to filter rows, and when the button is clicked, the main <div> would show the columns I want for the rows returned.

Note: Answers in C# are okay too, I'll just translate.

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about ASP.NET