How can I check whether the page has finished loading? When it has, how can I execute a method already created in the C# code behind for that page?
I would like to orchestrate the following sequence of events
- Finish Loading the page
- Download a gridview as an Excel file in the page
- Call this method
download()
- Close the browser
How can I accomplish this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…