<< Prev
2 of 2 in Topic
| Topic : Reports in MSEXCEL using c#.net (.net 2.0) |
|
|
|
|
Activity:
Question posted: 03 25 2009 20:15:44 +0000,
3 answers, 2148 views, last activity
07 06 2010 20:18:08 +0000
|
|
Top Answer :
protected
void Button1_Click(object sender, EventArgs e)
{
Response.Redirect(
"~/ttt.xls");
}
Just place the file on your webserver and give the location in the Redirect in this case i have placed it on the root of the website.
by
Darpan Sinha, Tech Architect, Royal Bank of Scotland
| 03 26 2009 12:53:01 +0000
Prev1NextShowing 1 - 2 of 3
Answered by
sudeep chandra, Software Developer, Center For Computational Engineering, PEC
| 03 26 2009 13:20:21 +0000
Answered by
Radhakrishna Marar, Business Analyst, Oracle
| 03 26 2009 09:20:18 +0000
Prev1NextShowing 1 - 2 of 3
Found the question
"how to open excel sheet in the web browser using c#.net"
interesting?
Refer to your connections and communities
Viewers also viewed
|
|
|
|
|
|
Unanswered Questions (15)
|
|
Sponsored Jobs
More From Author
hi darpan.. thanks for giving me the solution, but there is a problem. your code is opening the excel seperately. i want to open excel sheet into the web page. |
how to open excel sheet in the web browser using c#.net |