Click here to Skip to main content
15,892,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Integration of multiple ASP.NET applications Pin
Prasanta_Prince21-Apr-11 2:38
Prasanta_Prince21-Apr-11 2:38 
AnswerRe: Integration of multiple ASP.NET applications Pin
Brad Tumer27-Apr-11 9:02
Brad Tumer27-Apr-11 9:02 
QuestionGridview Paging Pin
netJP12L20-Apr-11 9:52
netJP12L20-Apr-11 9:52 
AnswerRe: Gridview Paging Pin
Tarakeshwar Reddy20-Apr-11 12:29
professionalTarakeshwar Reddy20-Apr-11 12:29 
AnswerRe: Gridview Paging Pin
Tarun Dudhatra22-Apr-11 3:38
Tarun Dudhatra22-Apr-11 3:38 
Questioncolumn shows the number of colors Pin
thuong clacken20-Apr-11 5:11
thuong clacken20-Apr-11 5:11 
AnswerRe: column shows the number of colors Pin
R. Giskard Reventlov20-Apr-11 5:24
R. Giskard Reventlov20-Apr-11 5:24 
QuestionExport To Excel in ASP.Net Pin
antony beula19-Apr-11 18:54
antony beula19-Apr-11 18:54 
Hi,


Am using the following code to export data to excel


excelApp = new Microsoft.Office.Interop.Excel.ApplicationClass();
object oMissing = System.Reflection.Missing.Value;
Microsoft.Office.Interop.Excel.Workbook excelBook = excelApp.Workbooks.Open(excelFilePath, oMissing, false, oMissing, oMissing, oMissing, oMissing, oMissing, oMissing, oMissing, oMissing, oMissing, oMissing, oMissing, oMissing);
Microsoft.Office.Interop.Excel.Worksheet excelSheet = (Microsoft.Office.Interop.Excel.Worksheet)excelBook.Sheets.Add(oMissing, oMissing, oMissing, oMissing);


the below error occurs

"Unauthorized access error.:Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005."
AnswerRe: Export To Excel in ASP.Net Pin
Not Active19-Apr-11 19:28
mentorNot Active19-Apr-11 19:28 
GeneralRe: Export To Excel in ASP.Net Pin
bernardlagat19-Apr-11 21:33
bernardlagat19-Apr-11 21:33 
AnswerRe: Export To Excel in ASP.Net Pin
Prasanta_Prince19-Apr-11 19:42
Prasanta_Prince19-Apr-11 19:42 
GeneralRe: Export To Excel in ASP.Net Pin
Ramkumar_S20-Apr-11 23:28
Ramkumar_S20-Apr-11 23:28 
QuestionWhy are random images not loading properly in my asp .net page? Pin
fjaccarino19-Apr-11 15:51
fjaccarino19-Apr-11 15:51 
AnswerRe: Why are random images not loading properly in my asp .net page? Pin
J a a n s19-Apr-11 18:51
professionalJ a a n s19-Apr-11 18:51 
Questionpostback reference for buttons Pin
Ali Al Omairi(Abu AlHassan)19-Apr-11 11:43
professionalAli Al Omairi(Abu AlHassan)19-Apr-11 11:43 
QuestionIssues with MsgBox result Pin
Bomb_shell19-Apr-11 11:00
Bomb_shell19-Apr-11 11:00 
AnswerRe: Issues with MsgBox result Pin
Tarakeshwar Reddy19-Apr-11 11:20
professionalTarakeshwar Reddy19-Apr-11 11:20 
AnswerRe: Issues with MsgBox result Pin
Om Prakash Pant21-Apr-11 21:10
Om Prakash Pant21-Apr-11 21:10 
Questiongetting excel sheet current sheet name in asp.net Pin
Dhyanga19-Apr-11 5:42
Dhyanga19-Apr-11 5:42 
AnswerRe: getting excel sheet current sheet name in asp.net Pin
#realJSOP19-Apr-11 7:20
mve#realJSOP19-Apr-11 7:20 
GeneralRe: getting excel sheet current sheet name in asp.net Pin
Dhyanga19-Apr-11 9:12
Dhyanga19-Apr-11 9:12 
AnswerRe: getting excel sheet current sheet name in asp.net Pin
Tarakeshwar Reddy19-Apr-11 8:11
professionalTarakeshwar Reddy19-Apr-11 8:11 
QuestionFileUpload.HasFile properties is not within UpdatePanel but still alway return false [modified] Pin
Ne7ven18-Apr-11 5:36
Ne7ven18-Apr-11 5:36 
AnswerRe: FileUpload.HasFile properties is not within UpdatePanel but still alway return false Pin
Prasanta_Prince18-Apr-11 7:25
Prasanta_Prince18-Apr-11 7:25 
GeneralRe: FileUpload.HasFile properties is not within UpdatePanel but still alway return false Pin
Ne7ven19-Apr-11 19:35
Ne7ven19-Apr-11 19:35 

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.