Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionneed Intiligant algorithm Pin
eslam soliman17-Jun-10 2:00
eslam soliman17-Jun-10 2:00 
AnswerRe: need Intiligant algorithm Pin
R. Giskard Reventlov17-Jun-10 2:07
R. Giskard Reventlov17-Jun-10 2:07 
Questionhow to enter dataset value into the combobox as Selected Text Pin
Amit Spadez17-Jun-10 1:43
professionalAmit Spadez17-Jun-10 1:43 
AnswerRe: how to enter dataset value into the combobox as Selected Text Pin
shreekar17-Jun-10 1:59
shreekar17-Jun-10 1:59 
GeneralRe: how to enter dataset value into the combobox as Selected Text Pin
Amit Spadez17-Jun-10 2:05
professionalAmit Spadez17-Jun-10 2:05 
GeneralRe: how to enter dataset value into the combobox as Selected Text Pin
shreekar17-Jun-10 3:30
shreekar17-Jun-10 3:30 
QuestionDynamic grid problem Pin
Amit Patel198517-Jun-10 1:19
Amit Patel198517-Jun-10 1:19 
QuestionHttpContext.Current.Server.MapPath Pin
KishoreT17-Jun-10 0:03
KishoreT17-Jun-10 0:03 
I have an xml configuration file in my project.

when I am working in debug mode of .net IDE it is working fine, but when i tried to launch the project from IE, it is taking different path

ex:
below code works well in debug mode, but unable to launch in IE directly (http://localhost/WebProj/login.aspx)

Pathtype A:
HttpContext.Current.Server.MapPath(@"\Configuration\xyz.xml");


below code works well in IE and debug mode but having different problem.
Pathtype B:
HttpContext.Current.Server.MapPath("") + @"\Configuration\xyz.xml";


Problem: I have a folder MainPages under root folder of the project. under this I have AdminPages. These admin pages are not retrieving if I used pathtype B specified above and gives error no page available, but works fine when pathtype A specified above is used which runs in debug mode only but not able launch from IE.

Help me please.
AnswerRe: HttpContext.Current.Server.MapPath Pin
Jens Meyer17-Jun-10 1:18
Jens Meyer17-Jun-10 1:18 
AnswerRe: HttpContext.Current.Server.MapPath Pin
KishoreT17-Jun-10 2:02
KishoreT17-Jun-10 2:02 
QuestionAjaxPro and Actionchart issue? Pin
Jeneesh K. Velayudhan16-Jun-10 23:17
Jeneesh K. Velayudhan16-Jun-10 23:17 
QuestionASP.Net MVC 2.0 Sample Project Required Pin
Member 401661616-Jun-10 22:46
Member 401661616-Jun-10 22:46 
AnswerRe: ASP.Net MVC 2.0 Sample Project Required Pin
R. Giskard Reventlov16-Jun-10 23:12
R. Giskard Reventlov16-Jun-10 23:12 
Questionreturning null value from procedure Pin
developerit16-Jun-10 22:05
developerit16-Jun-10 22:05 
AnswerRe: returning null value from procedure Pin
Tej Aj17-Jun-10 0:52
Tej Aj17-Jun-10 0:52 
QuestionRe: returning null value from procedure Pin
shreekar17-Jun-10 1:54
shreekar17-Jun-10 1:54 
AnswerRe: returning null value from procedure Pin
T M Gray17-Jun-10 10:13
T M Gray17-Jun-10 10:13 
QuestionUpdateprogress bar Pin
sjs4u16-Jun-10 21:39
sjs4u16-Jun-10 21:39 
AnswerRe: Updateprogress bar Pin
saini arun16-Jun-10 22:51
saini arun16-Jun-10 22:51 
QuestionGridview sorting Pin
Abbas_here16-Jun-10 21:13
Abbas_here16-Jun-10 21:13 
AnswerRe: Gridview sorting Pin
Manas Bhardwaj16-Jun-10 21:33
professionalManas Bhardwaj16-Jun-10 21:33 
GeneralRe: Gridview sorting Pin
Abbas_here17-Jun-10 0:53
Abbas_here17-Jun-10 0:53 
AnswerRe: Gridview sorting Pin
shreekar17-Jun-10 1:51
shreekar17-Jun-10 1:51 
GeneralRe: Gridview sorting Pin
Abbas_here17-Jun-10 3:33
Abbas_here17-Jun-10 3:33 
QuestionHow to rewrite the url ? Pin
Sudhanshu Mani Tripathi16-Jun-10 20:27
Sudhanshu Mani Tripathi16-Jun-10 20:27 

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.