Hi All,
I have been creating a new windows VB application for the past few months and it has become necessary for part of it to be web-based. I have never created a new asp.net web site before and was hoping someone could point out the basics.
How would I go about setting up a home page where someone entered a value and a query was ran on my table.
e.g my Table 'tblJobs' has two fields, JobNumber & AccountNumber.
I would like user to enter their account number and be presented with all the jobs linked to that account number.
All I have been able to do so far is show every single record from the table.
Hope someone can help.
thanks and regards
John
.NET 2.0, Visual Studio 2005, SQL Server 2005 Express
I have been creating a new windows VB application for the past few months and it has become necessary for part of it to be web-based. I have never created a new asp.net web site before and was hoping someone could point out the basics.
How would I go about setting up a home page where someone entered a value and a query was ran on my table.
e.g my Table 'tblJobs' has two fields, JobNumber & AccountNumber.
I would like user to enter their account number and be presented with all the jobs linked to that account number.
All I have been able to do so far is show every single record from the table.
Hope someone can help.
thanks and regards
John
.NET 2.0, Visual Studio 2005, SQL Server 2005 Express