Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: Path to Access Database Pin
thepolishguy21-Dec-05 7:16
thepolishguy21-Dec-05 7:16 
GeneralRe: Path to Access Database Pin
WetRivrRat21-Dec-05 7:51
WetRivrRat21-Dec-05 7:51 
QuestionCSGL Pin
Sabry190521-Dec-05 6:13
Sabry190521-Dec-05 6:13 
QuestionGet Mouse Cursor Coordinates in Real Time Pin
...---...21-Dec-05 5:02
...---...21-Dec-05 5:02 
AnswerRe: Get Mouse Cursor Coordinates in Real Time Pin
albCode21-Dec-05 5:19
albCode21-Dec-05 5:19 
AnswerRe: Get Mouse Cursor Coordinates in Real Time Pin
J4amieC21-Dec-05 5:20
J4amieC21-Dec-05 5:20 
AnswerRe: Get Mouse Cursor Coordinates in Real Time Pin
microsoc21-Dec-05 14:59
microsoc21-Dec-05 14:59 
QuestionProblem with System.IO.File.Exists Pin
hasanali0021-Dec-05 2:55
hasanali0021-Dec-05 2:55 
hi I want to check if a file exists. I am using the follwoing code:

string tempUrl = "old_images/"+productID+"fvga.jpg";
if (System.IO.File.Exists(tempUrl))
{ productImage.ImageUrl = tempUrl;
}
else
{
productImage.ImageUrl = "Image_coming_soon.gif";
}

However, System.IO.File.Exists(tempUrl) is always returning false. I have copied the url produced by tempUrl into a browser, and the file Does exists.

So, any idea why System.IO.File.Exists() is rturning false.

regards
AnswerRe: Problem with System.IO.File.Exists Pin
albCode21-Dec-05 3:05
albCode21-Dec-05 3:05 
AnswerRe: Problem with System.IO.File.Exists Pin
Guffa21-Dec-05 3:23
Guffa21-Dec-05 3:23 
GeneralRe: Problem with System.IO.File.Exists Pin
hasanali0021-Dec-05 4:17
hasanali0021-Dec-05 4:17 
AnswerRe: Problem with System.IO.File.Exists Pin
albCode21-Dec-05 4:18
albCode21-Dec-05 4:18 
QuestionTable information Pin
peppepinna21-Dec-05 2:50
peppepinna21-Dec-05 2:50 
AnswerRe: Table information Pin
Roy Heil21-Dec-05 4:16
professionalRoy Heil21-Dec-05 4:16 
QuestionCustom Text on TaskBar Pin
Leyu21-Dec-05 2:47
Leyu21-Dec-05 2:47 
AnswerRe: Custom Text on TaskBar Pin
WetRivrRat21-Dec-05 3:41
WetRivrRat21-Dec-05 3:41 
GeneralRe: Custom Text on TaskBar Pin
Leyu24-Dec-05 20:50
Leyu24-Dec-05 20:50 
QuestionSQL Database Backup Restore through C#? Pin
manojk_batra21-Dec-05 2:06
manojk_batra21-Dec-05 2:06 
AnswerRe: SQL Database Backup Restore through C#? Pin
WetRivrRat21-Dec-05 6:42
WetRivrRat21-Dec-05 6:42 
QuestionIndigo Installation Problem Pin
srinivas_23421-Dec-05 1:01
srinivas_23421-Dec-05 1:01 
QuestionGetting the Namespace/Name of the calling method Pin
MrEyes21-Dec-05 0:57
MrEyes21-Dec-05 0:57 
AnswerRe: Getting the Namespace/Name of the calling method Pin
Guffa21-Dec-05 1:08
Guffa21-Dec-05 1:08 
GeneralRe: Getting the Namespace/Name of the calling method Pin
MrEyes21-Dec-05 1:12
MrEyes21-Dec-05 1:12 
GeneralRe: Getting the Namespace/Name of the calling method Pin
Vikram A Punathambekar21-Dec-05 1:17
Vikram A Punathambekar21-Dec-05 1:17 
GeneralRe: Getting the Namespace/Name of the calling method Pin
MrEyes21-Dec-05 1:21
MrEyes21-Dec-05 1:21 

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.