Click here to Skip to main content
15,904,153 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionwindows service Pin
siddisagar11-Apr-07 23:14
siddisagar11-Apr-07 23:14 
QuestionAJAX simple problem Pin
Yoyosch11-Apr-07 22:57
Yoyosch11-Apr-07 22:57 
QuestionGridView row background color Pin
Yoyosch11-Apr-07 22:56
Yoyosch11-Apr-07 22:56 
AnswerRe: GridView row background color Pin
Naveed Kamboh11-Apr-07 23:11
Naveed Kamboh11-Apr-07 23:11 
GeneralRe: GridView row background color Pin
Yoyosch12-Apr-07 0:04
Yoyosch12-Apr-07 0:04 
GeneralRe: GridView row background color Pin
Naveed Kamboh12-Apr-07 0:06
Naveed Kamboh12-Apr-07 0:06 
Questionhelp wit my custom validation rule Pin
neodeaths11-Apr-07 22:56
neodeaths11-Apr-07 22:56 
QuestionFileInfo-----local machince vs/Hosting machine---help needed Pin
Naveed Kamboh11-Apr-07 22:50
Naveed Kamboh11-Apr-07 22:50 
Hi Friends,
I am trying to read file info using following code.
When i run it on my local machine it works 100% but when I upload it to hosting server it throws exception!! or in other words it goes to else all the time

can any one hlep me why?

string fileOpenPath =this.FileUpload1.FileName.ToString();

FileInfo fi = new FileInfo(fileOpenPath);
//Ceck if file file exists
if (fi.Exists )
{
//do some work

}
else
{
//show message
}



AnswerRe: FileInfo-----local machince vs/Hosting machine---help needed Pin
Guffa11-Apr-07 23:31
Guffa11-Apr-07 23:31 
GeneralRe: FileInfo-----local machince vs/Hosting machine---help needed Pin
Naveed Kamboh11-Apr-07 23:34
Naveed Kamboh11-Apr-07 23:34 
AnswerRe: FileInfo-----local machince vs/Hosting machine---help needed Pin
Guffa11-Apr-07 23:40
Guffa11-Apr-07 23:40 
GeneralRe: FileInfo-----local machince vs/Hosting machine---help needed Pin
Naveed Kamboh11-Apr-07 23:40
Naveed Kamboh11-Apr-07 23:40 
Questioncaptcha image problem Pin
Kunal P11-Apr-07 22:36
Kunal P11-Apr-07 22:36 
Questionhow to send parameters in sql statement using data adapter. Pin
Sophia Rekhi11-Apr-07 22:34
Sophia Rekhi11-Apr-07 22:34 
AnswerRe: how to send parameters in sql statement using data adapter. Pin
Kunal P11-Apr-07 22:44
Kunal P11-Apr-07 22:44 
GeneralRe: how to send parameters in sql statement using data adapter. Pin
Sophia Rekhi11-Apr-07 22:55
Sophia Rekhi11-Apr-07 22:55 
AnswerRe: how to send parameters in sql statement using data adapter. Pin
Mazdak11-Apr-07 22:50
Mazdak11-Apr-07 22:50 
QuestionRedirect and transfer Pin
yaminilatha11-Apr-07 22:29
yaminilatha11-Apr-07 22:29 
AnswerRe: Redirect and transfer Pin
Sophia Rekhi11-Apr-07 22:41
Sophia Rekhi11-Apr-07 22:41 
GeneralRe: Redirect and transfer Pin
yaminilatha13-Apr-07 1:16
yaminilatha13-Apr-07 1:16 
QuestionControls in other page Pin
yaminilatha11-Apr-07 22:24
yaminilatha11-Apr-07 22:24 
AnswerRe: Controls in other page Pin
gauthee11-Apr-07 22:29
gauthee11-Apr-07 22:29 
AnswerRe: Controls in other page Pin
Chetan Ranpariya12-Apr-07 21:40
Chetan Ranpariya12-Apr-07 21:40 
GeneralRe: Controls in other page Pin
yaminilatha13-Apr-07 1:32
yaminilatha13-Apr-07 1:32 
GeneralRe: Controls in other page Pin
Chetan Ranpariya13-Apr-07 1:39
Chetan Ranpariya13-Apr-07 1:39 

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.