Click here to Skip to main content
15,886,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: validation Pin
padmanabhan N25-May-09 1:19
padmanabhan N25-May-09 1:19 
AnswerRe: validation Pin
Perry Holman25-May-09 21:56
Perry Holman25-May-09 21:56 
QuestionProblem regarding tab container Pin
sarang_k25-May-09 0:03
sarang_k25-May-09 0:03 
AnswerRe: Problem regarding tab container Pin
Herman<T>.Instance25-May-09 3:10
Herman<T>.Instance25-May-09 3:10 
Questionsnk to X509? Pin
devvvy24-May-09 23:39
devvvy24-May-09 23:39 
QuestionEdit Excel Sheet Online and Saving Changes? Pin
codingrocks24-May-09 23:26
codingrocks24-May-09 23:26 
AnswerRe: Edit Excel Sheet Online and Saving Changes? Pin
Ramesh Swaminathan25-May-09 0:01
Ramesh Swaminathan25-May-09 0:01 
GeneralRe: Edit Excel Sheet Online and Saving Changes? Pin
codingrocks25-May-09 3:15
codingrocks25-May-09 3:15 
I am using Microsoft.Office.Interop.Owc11 for the excel editing.

But when I tried to open the file using the following code in Page Load event

public string SSxml;
protected void Page_Load(object sender, EventArgs e)
{
    SpreadsheetClass spsh = new SpreadsheetClass();

    string str = Server.MapPath(".") +"\\test.xls";

    SSxml = spsh.XMLData;

}


I am getting an error saying "Exception from HRESULT: 0xE0040104"

How can I fix this issue.

I want to open the test.xls file as XMl Spreadsheet now.

CodingRocks

ASP.NET,C#.NET Programmer
BANGALORE

"Winners don't do different things. They do things differently. ...

QuestionIam run my project some characters included in the addressbar How to solve this Problem? Pin
smraj150324-May-09 23:17
smraj150324-May-09 23:17 
AnswerRe: Iam run my project some characters included in the addressbar How to solve this Problem? Pin
Herman<T>.Instance25-May-09 3:07
Herman<T>.Instance25-May-09 3:07 
Questionoverride Html control ClientId? Pin
devvvy24-May-09 23:10
devvvy24-May-09 23:10 
QuestionRegularExpressionValidator Pin
Robymon24-May-09 22:15
Robymon24-May-09 22:15 
QuestionUpdate user status to Online or Offline.....Pls help..... Pin
VinothRao24-May-09 22:08
VinothRao24-May-09 22:08 
AnswerRe: Update user status to Online or Offline.....Pls help..... Pin
Abhishek Sur24-May-09 22:21
professionalAbhishek Sur24-May-09 22:21 
GeneralRe: Update user status to Online or Offline.....Pls help..... Pin
VinothRao24-May-09 22:22
VinothRao24-May-09 22:22 
QuestionContent Managment System Pin
gauthee24-May-09 21:26
gauthee24-May-09 21:26 
AnswerRe: Content Managment System Pin
Ramesh Swaminathan24-May-09 23:55
Ramesh Swaminathan24-May-09 23:55 
QuestionHow to: Migrate Ruby on Rails application to ASP.NET (C#) Pin
Jadhav Ajay24-May-09 20:54
professionalJadhav Ajay24-May-09 20:54 
AnswerRe: How to: Migrate Ruby on Rails application to ASP.NET (C#) Pin
Ramesh Swaminathan24-May-09 23:51
Ramesh Swaminathan24-May-09 23:51 
GeneralRe: How to: Migrate Ruby on Rails application to ASP.NET (C#) Pin
Jadhav Ajay25-May-09 1:51
professionalJadhav Ajay25-May-09 1:51 
Questionprint image in asp.net Pin
MAHDIEHES24-May-09 15:33
MAHDIEHES24-May-09 15:33 
AnswerRe: print image in asp.net [modified] Pin
Ramesh Swaminathan24-May-09 19:22
Ramesh Swaminathan24-May-09 19:22 
GeneralRe: print image in asp.net Pin
MAHDIEHES25-May-09 8:48
MAHDIEHES25-May-09 8:48 
QuestionGridView Help Pin
phani2548524-May-09 15:02
phani2548524-May-09 15:02 
AnswerRe: GridView Help Pin
padmanabhan N24-May-09 18:46
padmanabhan N24-May-09 18:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.