I have 2 aspx files. File 1 contains a form with runat=server. I manually typed the action to go to file 2 so I could process the results, but when file 1 runs, the action says to go to file 1. I cannot find anything that says whether or not this is correct behavior.
My situation is: file 1 contains a search form with a bunch of yes/no options and an area for an SQL inquiry. I want file 2 to parse the results of file 1 and display the reults of the search. I did not think it would be a smart idea to do a response.redirect w/the parameters on the URL line. Any other options?!?!?!?! Thanks.
My situation is: file 1 contains a search form with a bunch of yes/no options and an area for an SQL inquiry. I want file 2 to parse the results of file 1 and display the reults of the search. I did not think it would be a smart idea to do a response.redirect w/the parameters on the URL line. Any other options?!?!?!?! Thanks.