Click here to Skip to main content
15,887,328 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGet File Name from fileupload templatefeild control in gridview Pin
vishnukamath27-Aug-10 2:43
vishnukamath27-Aug-10 2:43 
AnswerRe: Get File Name from fileupload templatefeild control in gridview Pin
Ankur\m/27-Aug-10 3:24
professionalAnkur\m/27-Aug-10 3:24 
AnswerRe: Get File Name from fileupload templatefeild control in gridview Pin
Abhijit Jana27-Aug-10 17:34
professionalAbhijit Jana27-Aug-10 17:34 
GeneralRe: Get File Name from fileupload templatefeild control in gridview Pin
vishnukamath30-Aug-10 3:44
vishnukamath30-Aug-10 3:44 
Questionconverting byte array to string format Pin
Amit Patel198526-Aug-10 21:27
Amit Patel198526-Aug-10 21:27 
AnswerRe: converting byte array to string format Pin
dan!sh 26-Aug-10 22:35
professional dan!sh 26-Aug-10 22:35 
AnswerRe: converting byte array to string format Pin
T M Gray27-Aug-10 8:30
T M Gray27-Aug-10 8:30 
QuestionCannot use a leading .. to exit above the top directory Pin
Member 426027026-Aug-10 21:12
Member 426027026-Aug-10 21:12 
hello all,
i have a problem in source code .i am developing a multilingual website. Here i am using Global resource file for translation .It is working fine in local server but when i upload into online server the following error shows .Below shown bold part a label contains value that dynamically getting from code file .for working online why this value not getting any problem with java script or resource file accessing problem




Server Error in '/' Application.
--------------------------------------------------------------------------------

Cannot use a leading .. to exit above the top directory.
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: Cannot use a leading .. to exit above the top directory.

Source Error:


Line 384: mm_menu_0315125553_7.addMenuItem("&nbsp;<%=lblPrecisionAdvertising.Text%>","location='http://KosmosPrecisionAdsTester.com/HPA_PresentationLayer\1_INTRODUCTION\701-...the-market-of-1.aspx'");
Line 385: mm_menu_0315125553_7.addMenuItem("&nbsp;<%=lblMarketOf1.Text%>","location='http://KosmosPrecisionAdsTester.com/HPA_PresentationLayer\1_INTRODUCTION\701-...the-market-of-1.aspx'");
Line 386: mm_menu_0315125553_7.addMenuItem("&nbsp;<%=lblUNIQUESystems.Text%>","location='http://KosmosPrecisionAdsTester.com/HPA_PresentationLayer\1_INTRODUCTION\702K-UniqueSystems.aspx'");
Line 387: mm_menu_0315125553_7.hideOnMouseOut=true;
Line 388: mm_menu_0315125553_7.bgColor='#0082AF';


Source File: c:\inetpub\wwwroot\KosmosClub.com\MasterPage.master Line: 386

Stack Trace:


[HttpException (0x80004005): Cannot use a leading .. to exit above the top directory.]
System.Web.Util.UrlPath.ReduceVirtualPath(String path) +11248521
System.Web.Util.UrlPath.Reduce(String path) +64
System.Web.UI.Control.ResolveClientUrl(String relativeUrl) +212
System.Web.UI.HtmlControls.HtmlLink.RenderAttributes(HtmlTextWriter writer) +85
System.Web.UI.HtmlControls.HtmlLink.Render(HtmlTextWriter writer) +57
ASP.masterpage_master.__Render__control2(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\wwwroot\KosmosClub.com\MasterPage.master:386
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
System.Web.UI.HtmlControls.HtmlHead.RenderChildren(HtmlTextWriter writer) +23
System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
System.Web.UI.Page.Render(HtmlTextWriter writer) +38
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240




AnswerRe: Cannot use a leading .. to exit above the top directory Pin
Covean26-Aug-10 22:21
Covean26-Aug-10 22:21 
AnswerRe: Cannot use a leading .. to exit above the top directory Pin
T M Gray27-Aug-10 4:36
T M Gray27-Aug-10 4:36 
Questiondon't show value "hidden in html" on form submit Pin
haibec26-Aug-10 20:50
haibec26-Aug-10 20:50 
AnswerRe: don't show value "hidden in html" on form submit Pin
Ankur\m/26-Aug-10 21:39
professionalAnkur\m/26-Aug-10 21:39 
QuestionDescribe the difference between a Thread and a Process? Pin
awinash kr26-Aug-10 19:30
awinash kr26-Aug-10 19:30 
AnswerRe: Describe the difference between a Thread and a Process? Pin
Arun Jacob26-Aug-10 19:51
Arun Jacob26-Aug-10 19:51 
AnswerRe: Describe the difference between a Thread and a Process? Pin
Not Active27-Aug-10 2:17
mentorNot Active27-Aug-10 2:17 
AnswerRe: Describe the difference between a Thread and a Process? Pin
Sandeep Mewara28-Aug-10 10:16
mveSandeep Mewara28-Aug-10 10:16 
Questionwhat is boxing? [modified] Pin
awinash kr26-Aug-10 19:27
awinash kr26-Aug-10 19:27 
AnswerRe: what is boxing? Pin
Sandesh M Patil27-Aug-10 0:35
Sandesh M Patil27-Aug-10 0:35 
Questionwhat is button in asp.net? Pin
awinash kr26-Aug-10 18:27
awinash kr26-Aug-10 18:27 
AnswerRe: what is button in asp.net? Pin
Yusuf26-Aug-10 18:54
Yusuf26-Aug-10 18:54 
GeneralRe: what is button in asp.net? Pin
awinash kr26-Aug-10 19:25
awinash kr26-Aug-10 19:25 
GeneralRe: what is button in asp.net? Pin
R. Giskard Reventlov26-Aug-10 20:44
R. Giskard Reventlov26-Aug-10 20:44 
AnswerRe: what is button in asp.net? Pin
m@dhu26-Aug-10 18:58
m@dhu26-Aug-10 18:58 
AnswerRe: what is button in asp.net? Pin
raju melveetilpurayil26-Aug-10 21:43
professionalraju melveetilpurayil26-Aug-10 21:43 
AnswerRe: what is button in asp.net? Pin
Sandesh M Patil27-Aug-10 0:49
Sandesh M Patil27-Aug-10 0:49 

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.