Click here to Skip to main content
15,927,055 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Want to run my application on another machine Pin
Eduard Keilholz27-Nov-06 3:52
Eduard Keilholz27-Nov-06 3:52 
Questionchange the font of master page control Pin
srinandan..27-Nov-06 1:25
srinandan..27-Nov-06 1:25 
AnswerRe: change the font of master page control Pin
Guffa27-Nov-06 3:51
Guffa27-Nov-06 3:51 
GeneralRe: change the font of master page control Pin
srinandan..27-Nov-06 4:00
srinandan..27-Nov-06 4:00 
AnswerRe: change the font of master page control Pin
Guffa27-Nov-06 7:19
Guffa27-Nov-06 7:19 
GeneralRe: change the font of master page control Pin
indianet27-Nov-06 10:26
indianet27-Nov-06 10:26 
GeneralRe: change the font of master page control Pin
srinandan..27-Nov-06 20:15
srinandan..27-Nov-06 20:15 
QuestionCan not copy fie to the server. Pin
Chetan Ranpariya27-Nov-06 1:19
Chetan Ranpariya27-Nov-06 1:19 
Hi Friends,
I am have been facing a strange problem since long time. I have tried to find its solution from many places but I could not succeed.
The problem is like following.
I my web application I am providing facility to upload images to the server.
I have managed to open the file open dialoge box using "File" control of html and get the select file path in a server side text.
Now I am copyiny that file to the server by following code.

FileInfo fImageFile = new FileInfo(txtCompImagePath.Text);
if(fImageFile.Exists)
{
fImageFile.CopyTo(MapPath(ImageDirPath + "/"fImageFile.Name, true);
}


Everything works fine until user selects his image from the folder My Folder of from the Desktop.
I mean when user select image from My Documents of from the Desktop the fImageFile.Exists returns false that means is tells that the file with specified path is not there.
If user select image from any other folder from any drive it works fine and file copying goes smoothly but Images from My documents and Desktop folders could not be copied. and moreover I woder why is shows that the file doesnt exist while the file resides the physically.

Can any please tell the cause and solution for this?

Thanks to all of you in advance.

Chetan Ranpariya
AnswerRe: Can not copy fie to the server. Pin
Tal Kain28-Nov-06 12:30
Tal Kain28-Nov-06 12:30 
QuestionHow to remove last row from DataView before binding it to a DataGrid? Pin
crazy_mads26-Nov-06 23:53
crazy_mads26-Nov-06 23:53 
AnswerRe: How to remove last row from DataView before binding it to a DataGrid? Pin
just3ala227-Nov-06 3:20
just3ala227-Nov-06 3:20 
Questionvc package is not available or not installed.. Pin
MissionSuccess26-Nov-06 23:51
MissionSuccess26-Nov-06 23:51 
AnswerRe: vc package is not available or not installed.. Pin
minhpc_bk27-Nov-06 0:12
minhpc_bk27-Nov-06 0:12 
GeneralRe: vc package is not available or not installed.. Pin
MissionSuccess27-Nov-06 0:20
MissionSuccess27-Nov-06 0:20 
QuestionConvert string into integer Pin
Imran Khan Pathan26-Nov-06 23:35
Imran Khan Pathan26-Nov-06 23:35 
AnswerRe: Convert string into integer Pin
Paddy Boyd26-Nov-06 23:47
Paddy Boyd26-Nov-06 23:47 
GeneralRe: Convert string into integer Pin
Imran Khan Pathan27-Nov-06 0:37
Imran Khan Pathan27-Nov-06 0:37 
GeneralRe: Convert string into integer Pin
Imran Khan Pathan27-Nov-06 0:58
Imran Khan Pathan27-Nov-06 0:58 
AnswerRe: Convert string into integer Pin
minhpc_bk26-Nov-06 23:57
minhpc_bk26-Nov-06 23:57 
AnswerRe: Convert string into integer Pin
Not Active27-Nov-06 3:36
mentorNot Active27-Nov-06 3:36 
Question"trigger" Pin
ravikiranreddydharmannagari26-Nov-06 23:27
ravikiranreddydharmannagari26-Nov-06 23:27 
AnswerRe: "trigger" Pin
Eduard Keilholz27-Nov-06 3:54
Eduard Keilholz27-Nov-06 3:54 
Questionwhy i'm not getting intellisense of a control in aspx.cs file I want help Pin
yogita charhate26-Nov-06 23:11
yogita charhate26-Nov-06 23:11 
AnswerRe: why i'm not getting intellisense of a control in aspx.cs file I want help Pin
minhpc_bk27-Nov-06 0:01
minhpc_bk27-Nov-06 0:01 
GeneralRe: why i'm not getting intellisense of a control in aspx.cs file I want help Pin
yogita charhate27-Nov-06 0:59
yogita charhate27-Nov-06 0:59 

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.