I have an asp.net webpage that I want to show a message in a Label control in Page_Load when page first opens and then do a postback and process the Page.IsPostBack event. This would allow me to give a message to the user while a code block is running.
At the end of the page I am using javascript to close the page and I can branch around it the first time a page is loaded. Any help or alternate ideas to accomplish this is appreciated.
Go to the complete details ...