I am pretty much a beginner with frontpage and web site design/building and have what will hopefully be a basic query-
I have a page (page1) with a text box where i am asking for input, the next page (page2) has a table based on a stored procedure in SQL Server (which i have a connection to). I want to use the value in the text box on page1 as the input parameter used in the stored proc for page2.
Where do i set in the tables html/asp (not sure which one it is) that the procedure has an input parameter that of the value in page1?
Any idea?
I have a page (page1) with a text box where i am asking for input, the next page (page2) has a table based on a stored procedure in SQL Server (which i have a connection to). I want to use the value in the text box on page1 as the input parameter used in the stored proc for page2.
Where do i set in the tables html/asp (not sure which one it is) that the procedure has an input parameter that of the value in page1?
Any idea?