Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 7th, 2004, 03:17 PM
Authorized User
 
Join Date: May 2004
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default Displaying Excel in Browser

Hi,

I have this code:
Response.Clear();
Response.ContentType = "application/vnd.ms-excel";
Response.Charset = "";
Response.Write("<table><tr><td>aaaaa</td><td>bbbbbb</td></tr><tr><td>ccccc</td>
<td>dddd</td></tr></table>");

This displays a blank excel spreadsheet, but displays the html table
correctly..Any ideas? Thanks.

SS
__________________
SS





Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying < and > in browser csummers XSLT 1 January 24th, 2008 08:49 PM
error when displaying messagebox on client browser alexdcosta ASP.NET 2.0 Basics 5 June 24th, 2006 12:41 PM
Excel Reload in Browser anandham HTML Code Clinic 0 June 5th, 2006 05:14 AM
Opening excel sheet in IE Browser venterjo Excel VBA 0 October 10th, 2005 09:52 AM
web control not displaying in browser rj1406 ASP.NET 1.0 and 1.1 Basics 8 September 19th, 2004 05:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.