Hi Everybody,
I'm Natheer..
Could you please help me?
My question is:
Response.Write("Success1");
Response.Redirect("A Page.HTML");
Response.Write("Success2");//Thanx
I want to see on the browser : Success1Success2
but this way showing the responding of the new redirected page.
I'm using this way because I don't know if there is another way..
Thank you!!