hi
I created a database in MS SQL 7.0 called "DBSupply".It has a table called "Supply".
The table has two columns Named "Date" and "productSuppiled".
On my webform1.aspx, I have a textbox, Search botton and a datagrid.
Please how do i construct my SQL query on the webform so that when i type a specific date
in the textbox it will display date and the productsupplied on that date on my datagird.
I dont know which SQL query to pass from the webform, that will help me retrieve information
from the database based on the data i type in textbox.
I am using MS Visual studio.Net 2003 and
VB as language.
Helps will be appreciated.
Ktsis