Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: Float divisoin Pin
Nick Parker29-Oct-02 1:21
protectorNick Parker29-Oct-02 1:21 
GeneralRe: Float divisoin Pin
Mazdak29-Oct-02 4:03
Mazdak29-Oct-02 4:03 
GeneralDrag and Drop Pin
Buddhi28-Oct-02 23:36
Buddhi28-Oct-02 23:36 
QuestionHow to count event subscriptions Pin
BigAndy28-Oct-02 23:11
BigAndy28-Oct-02 23:11 
AnswerRe: How to count event subscriptions Pin
Stephane Rodriguez.29-Oct-02 0:04
Stephane Rodriguez.29-Oct-02 0:04 
GeneralRe: How to count event subscriptions Pin
BigAndy29-Oct-02 1:28
BigAndy29-Oct-02 1:28 
GeneralRe: How to count event subscriptions Pin
Stephane Rodriguez.29-Oct-02 1:56
Stephane Rodriguez.29-Oct-02 1:56 
GeneralC# .NET and Microsoft Excel Pin
mee28-Oct-02 16:22
mee28-Oct-02 16:22 
I have a simple c# component which actually read the Excel Spreedsheet and store the contain into an array.
I'm referencing the Microsoft Excel 9.0 Object Library in my C# componenet.

It work OK when i using the C# sample program to call the component but it not able to read the excel file when i using the ASP.NET.
The error message "Access is denied" is show when i using the ASP.NET to call the component.

I have try to open and read the same excel file only using ASP.NET by using SELECT * FROM [SHEET1] and able to read the Spreedsheet contains.
It open and read the file successfully. When i bind the dataSet from the Excel spreadsheet to the DataGrid, it show all the contains in the DataGrid.
But it not show the complete DataSet contain when i try to print the dataset contain in xml format using

Response.write(ds.getxml()).

Have anyone of you have experience this problem before? please advice. Thanks.

Regard
LSL

GeneralRe: C# .NET and Microsoft Excel Pin
Paul Riley29-Oct-02 0:08
Paul Riley29-Oct-02 0:08 
GeneralRe: C# .NET and Microsoft Excel Pin
mee29-Oct-02 16:07
mee29-Oct-02 16:07 
GeneralDebugging managed and unmanaged Pin
Anonymous28-Oct-02 6:57
Anonymous28-Oct-02 6:57 
GeneralRe: Debugging managed and unmanaged Pin
Stephane Rodriguez.28-Oct-02 7:29
Stephane Rodriguez.28-Oct-02 7:29 
GeneralRe: Debugging managed and unmanaged Pin
Anonymous28-Oct-02 8:08
Anonymous28-Oct-02 8:08 
GeneralRe: Debugging managed and unmanaged Pin
Paul Riley28-Oct-02 8:19
Paul Riley28-Oct-02 8:19 
GeneralRe: Debugging managed and unmanaged Pin
Stephane Rodriguez.28-Oct-02 8:21
Stephane Rodriguez.28-Oct-02 8:21 
GeneralRe: Debugging managed and unmanaged Pin
Gaul29-Oct-02 8:00
Gaul29-Oct-02 8:00 
GeneralCompiling managed code as unmanaged Pin
Anonymous28-Oct-02 6:55
Anonymous28-Oct-02 6:55 
GeneralRe: Compiling managed code as unmanaged Pin
ian mariano28-Oct-02 18:41
ian mariano28-Oct-02 18:41 
GeneralGenerating C# code w/ Visio Pin
afronaut28-Oct-02 4:05
afronaut28-Oct-02 4:05 
GeneralRe: Generating C# code w/ Visio Pin
Philip Fitzsimons28-Oct-02 5:19
Philip Fitzsimons28-Oct-02 5:19 
Generalconverting xsl:fo Or XML DOCUMENT to pdf using c sharp Pin
Asim N.28-Oct-02 1:24
Asim N.28-Oct-02 1:24 
Generalconverting xsl:fo to pdf using c sharp Pin
Asim N.28-Oct-02 1:22
Asim N.28-Oct-02 1:22 
GeneralRe: MIcrosoft.data.odbc and sybase Pin
Richard Deeming28-Oct-02 1:26
mveRichard Deeming28-Oct-02 1:26 
QuestionHow to subclass a Window Pin
Member 4337827-Oct-02 22:31
Member 4337827-Oct-02 22:31 
AnswerRe: How to subclass a Window Pin
Stephane Rodriguez.27-Oct-02 23:54
Stephane Rodriguez.27-Oct-02 23:54 

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.