3
Reply

Auto-submit an asp page from aspx page

Chittibabu

Chittibabu

Oct 22 2009 6:52 AM
5.7k

i  want to call another asp page("Login.asp") from my aspx web page(Scraping.aspx) in the form load of aspx page and populate certain values in the aspx page based on the results returned from asp page. I have to pass certain parameters like username and password to the asp page and the form should be submitted automatically . How to implement the form submission of asp page automatically from the aspx page to redirect to("Main.asp")  . Based on the search results in the asp page("Main.asp"), i have to populate values in aspx page(Scraping.aspx)

Note: I must need this in POST methode


Answers (3)