After display message of Response.End()
Hi Everyone,
I open Excel sheet, in that coding i put Response.End() at last of the coding. After or before I display Message but it's not shown...How to display that message...Just tell the solution...
Eg:
Excel Coding
-----
-----
---
.
.
.
.
.
Response.End();
Label1.Text="Success";
Excel sheet open but that message only not shown....
Thanks In Advanced