Click here to Skip to main content
15,923,789 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Custom Validator of Combobox and Validation summary Pin
jkirkerx15-Aug-12 7:41
professionaljkirkerx15-Aug-12 7:41 
GeneralRe: Custom Validator of Combobox and Validation summary Pin
Neha Ojha15-Aug-12 8:11
Neha Ojha15-Aug-12 8:11 
GeneralRe: Custom Validator of Combobox and Validation summary Pin
jkirkerx15-Aug-12 10:54
professionaljkirkerx15-Aug-12 10:54 
GeneralRe: Custom Validator of Combobox and Validation summary Pin
Neha Ojha21-Aug-12 4:06
Neha Ojha21-Aug-12 4:06 
GeneralRe: Custom Validator of Combobox and Validation summary Pin
jkirkerx21-Aug-12 10:27
professionaljkirkerx21-Aug-12 10:27 
QuestionASP.net Error [Solved] Pin
jojoba201113-Aug-12 3:24
jojoba201113-Aug-12 3:24 
AnswerRe: ASP.net Error [SOLVED] Pin
jojoba201113-Aug-12 18:35
jojoba201113-Aug-12 18:35 
QuestionServer Error in '/' Application Pin
Member 916988712-Aug-12 14:43
Member 916988712-Aug-12 14:43 
Error executing child request for new_Page.aspx.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Error executing child request for new_Page.aspx.

Source Error:

Line 14: Server.Transfer("new_Page.aspx");

Above is the error found. It works fine in local host but not when I trying to run in on virtual directory.
When I deleted the Export Excel Function in my page, the error gone.

Microsoft.Office.Interop.Excel.Application xlApp =
new Microsoft.Office.Interop.Excel.Application();
Microsoft.Office.Interop.Excel.Workbook xlWorkbook = xlApp.Workbooks.Add(Microsoft.Office.Interop.Excel.XlWBATemplate.xlWBATWorksheet);
Microsoft.Office.Interop.Excel.Sheets xlSheets = null;
Excel.Worksheet xlWorksheet = null;


Anyone know how to fix this?
QuestionRe: Server Error in '/' Application Pin
Sandeep Mewara12-Aug-12 19:49
mveSandeep Mewara12-Aug-12 19:49 
AnswerRe: Server Error in '/' Application Pin
Member 916988712-Aug-12 22:36
Member 916988712-Aug-12 22:36 
GeneralRe: Server Error in '/' Application Pin
Eddy Vluggen12-Aug-12 23:11
professionalEddy Vluggen12-Aug-12 23:11 
GeneralRe: Server Error in '/' Application Pin
Vijay Selvaraj27-Aug-12 0:17
Vijay Selvaraj27-Aug-12 0:17 
GeneralRe: Server Error in '/' Application Pin
Eddy Vluggen27-Aug-12 0:21
professionalEddy Vluggen27-Aug-12 0:21 
Questionbring footer to bottom Pin
Jassim Rahma12-Aug-12 12:32
Jassim Rahma12-Aug-12 12:32 
QuestionGridview Pin
sravsailu12-Aug-12 6:17
sravsailu12-Aug-12 6:17 
AnswerRe: Gridview Pin
Wes Aday12-Aug-12 6:45
professionalWes Aday12-Aug-12 6:45 
GeneralRe: Gridview Pin
sravsailu12-Aug-12 7:05
sravsailu12-Aug-12 7:05 
Questionhow to extrack an image from an email and save it on a disk Pin
Member 798388410-Aug-12 18:17
Member 798388410-Aug-12 18:17 
AnswerRe: how to extrack an image from an email and save it on a disk Pin
Richard MacCutchan10-Aug-12 21:53
mveRichard MacCutchan10-Aug-12 21:53 
Questionsession variables Pin
sc steinhayse10-Aug-12 17:28
sc steinhayse10-Aug-12 17:28 
AnswerRe: session variables Pin
Shameel14-Aug-12 0:40
professionalShameel14-Aug-12 0:40 
QuestionReading data from Excel Pin
indian14310-Aug-12 7:15
indian14310-Aug-12 7:15 
AnswerRe: Reading data from Excel Pin
jkirkerx10-Aug-12 10:33
professionaljkirkerx10-Aug-12 10:33 
GeneralRe: Reading data from Excel Pin
indian14310-Aug-12 12:28
indian14310-Aug-12 12:28 
GeneralRe: Reading data from Excel Pin
jkirkerx10-Aug-12 19:12
professionaljkirkerx10-Aug-12 19:12 

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.