Click here to Skip to main content
15,883,797 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Render ASP.Net code at run time Pin
Ali Al Omairi(Abu AlHassan)30-Jul-11 7:05
professionalAli Al Omairi(Abu AlHassan)30-Jul-11 7:05 
AnswerRe: Render ASP.Net code at run time Pin
Dilan200630-Jul-11 15:54
Dilan200630-Jul-11 15:54 
GeneralRe: Render ASP.Net code at run time Pin
Dilan200631-Jul-11 5:13
Dilan200631-Jul-11 5:13 
GeneralRe: Render ASP.Net code at run time Pin
Ali Al Omairi(Abu AlHassan)4-Aug-11 6:27
professionalAli Al Omairi(Abu AlHassan)4-Aug-11 6:27 
QuestionUnexpected function of validation controls and tab panel [modified] Pin
Dominick Marciano29-Jul-11 9:05
professionalDominick Marciano29-Jul-11 9:05 
Questiongoogle maps api Pin
loveleen9028-Jul-11 20:11
loveleen9028-Jul-11 20:11 
AnswerRe: google maps api Pin
Blue_Boy28-Jul-11 20:57
Blue_Boy28-Jul-11 20:57 
Questionexcel workbook problem Pin
Sneha Bisht28-Jul-11 19:14
Sneha Bisht28-Jul-11 19:14 
String FileName = HttpContext.Current.Server.MapPath(@"../Excel/MyExcel.xls");

Excel.Application xlApp;
Excel._Workbook xlBook;
Excel._Worksheet oSheet;
Excel.Range oRng;
Excel.Range RRange;

xlApp = new Excel.Application();
xlApp.Visible = true;
xlBook = xlApp.Workbooks.Open(fileCopypath, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value);


xlApp.Workbooks.Open not working when i upload application on server.
i give full permission to a folder name Excel(IN root) .... but nothing happend.

this code is working fine on my local system.
tell me what i have to do.
QuestionWeb application and web site to co-exist Pin
vanikanc28-Jul-11 4:14
vanikanc28-Jul-11 4:14 
AnswerRe: Web application and web site to co-exist Pin
Shameel28-Jul-11 4:23
professionalShameel28-Jul-11 4:23 
Questiontooltip Pin
apadana_198928-Jul-11 3:48
apadana_198928-Jul-11 3:48 
AnswerRe: tooltip Pin
Blue_Boy28-Jul-11 4:41
Blue_Boy28-Jul-11 4:41 
AnswerRe: tooltip Pin
Ali Al Omairi(Abu AlHassan)4-Aug-11 12:41
professionalAli Al Omairi(Abu AlHassan)4-Aug-11 12:41 
QuestionXSLT - for-each-group Pin
rajesh198828-Jul-11 0:25
rajesh198828-Jul-11 0:25 
AnswerRe: XSLT - for-each-group Pin
Not Active28-Jul-11 1:06
mentorNot Active28-Jul-11 1:06 
Questionexport multiple crystal reports to a single destination PDF Pin
vvibha27-Jul-11 20:19
vvibha27-Jul-11 20:19 
AnswerRe: export multiple crystal reports to a single destination PDF Pin
Orcun Iyigun27-Jul-11 21:12
Orcun Iyigun27-Jul-11 21:12 
GeneralRe: export multiple crystal reports to a single destination PDF Pin
vvibha27-Jul-11 23:55
vvibha27-Jul-11 23:55 
QuestionTextbox value dissappear when using FilteredTextboxExtender Pin
Orcun Iyigun27-Jul-11 12:45
Orcun Iyigun27-Jul-11 12:45 
AnswerRe: Textbox value dissappear when using FilteredTextboxExtender Pin
Shahriar Iqbal Chowdhury/Galib27-Jul-11 22:35
professionalShahriar Iqbal Chowdhury/Galib27-Jul-11 22:35 
GeneralRe: Textbox value dissappear when using FilteredTextboxExtender Pin
Orcun Iyigun28-Jul-11 10:25
Orcun Iyigun28-Jul-11 10:25 
QuestionFile Uploader No Longer Working Pin
Dominick Marciano27-Jul-11 7:53
professionalDominick Marciano27-Jul-11 7:53 
QuestionHow to use minRequiredPasswordLength and minRequiredNonalphanumericCharacters? Pin
kbalias27-Jul-11 0:17
kbalias27-Jul-11 0:17 
Questioni want to select mssql2005 or mssql2008 where 2005, 2008 was instlled. Pin
buffering8326-Jul-11 17:23
buffering8326-Jul-11 17:23 
AnswerRe: i want to select mssql2005 or mssql2008 where 2005, 2008 was instlled. Pin
m@dhu26-Jul-11 18:45
m@dhu26-Jul-11 18:45 

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.