Click here to Skip to main content
15,902,492 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to pass Mulitple values through 'location.href' ?? Pin
Paddy Boyd2-May-06 22:46
Paddy Boyd2-May-06 22:46 
GeneralRe: How to pass Mulitple values through 'location.href' ?? Pin
Abubakarsb3-May-06 9:34
Abubakarsb3-May-06 9:34 
AnswerRe: How to pass Mulitple values through 'location.href' ?? Pin
Guffa3-May-06 0:23
Guffa3-May-06 0:23 
Questionhow to do "Lucene- WildCard Search" Pin
kpsetty2-May-06 22:32
kpsetty2-May-06 22:32 
AnswerRe: how to do "Lucene- WildCard Search" Pin
R.Prabha Devi3-May-06 1:57
R.Prabha Devi3-May-06 1:57 
QuestionCreate Directory..... Pin
NeverHeardOfMe2-May-06 22:27
NeverHeardOfMe2-May-06 22:27 
AnswerRe: Create Directory..... Pin
Jakob Farian Krarup2-May-06 23:54
Jakob Farian Krarup2-May-06 23:54 
GeneralRe: Create Directory..... Pin
NeverHeardOfMe3-May-06 0:07
NeverHeardOfMe3-May-06 0:07 
Jakob Lund Krarup wrote:
Try printing out what path the Server.MapPath() method returns


I have - it gives "e:\...." (etc)


Jakob Lund Krarup wrote:
How about it if you try with the Tilde "~" character


Same as above.


Jakob Lund Krarup wrote:
The reason the createdirectory doesn't work seems to have to do with the fact that your application is hosted on a different machine internally in the hosting company, since you have to give them the full networkpath.


Weel, yes... but why then does

objFile.SaveAs(Server.MapPath("subfolderX\" & savedFilename))

work fine but

System.IO.Directory.CreateDirectory(Server.MapPath("subfolderX"))

not? That's the really puzzling thing.

thanks
Phil
GeneralRe: Create Directory..... Pin
J4amieC3-May-06 0:45
J4amieC3-May-06 0:45 
GeneralRe: Create Directory..... Pin
NeverHeardOfMe3-May-06 1:10
NeverHeardOfMe3-May-06 1:10 
QuestionAddhandler to a dynamic control not working -- VS 2003 Pin
Rizwan Bashir2-May-06 21:59
Rizwan Bashir2-May-06 21:59 
QuestionData Relations Pin
kuwl_mark2-May-06 21:44
kuwl_mark2-May-06 21:44 
QuestionButton with dinamic text Pin
papa19802-May-06 21:27
papa19802-May-06 21:27 
AnswerRe: Button with dinamic text Pin
CWIZO2-May-06 21:37
CWIZO2-May-06 21:37 
GeneralRe: Button with dinamic text Pin
papa19802-May-06 22:14
papa19802-May-06 22:14 
GeneralRe: Button with dinamic text Pin
CWIZO2-May-06 22:58
CWIZO2-May-06 22:58 
GeneralRe: Button with dinamic text Pin
papa19802-May-06 23:49
papa19802-May-06 23:49 
GeneralRe: Button with dinamic text Pin
CWIZO2-May-06 23:53
CWIZO2-May-06 23:53 
Questiondropdownlist Pin
Balwan2-May-06 20:39
Balwan2-May-06 20:39 
AnswerRe: dropdownlist Pin
CWIZO2-May-06 21:37
CWIZO2-May-06 21:37 
QuestionEnabled/Disabled dropdownlist Pin
MissionSuccess2-May-06 19:52
MissionSuccess2-May-06 19:52 
AnswerRe: Enabled/Disabled dropdownlist Pin
R.Prabha Devi2-May-06 21:57
R.Prabha Devi2-May-06 21:57 
GeneralRe: Enabled/Disabled dropdownlist Pin
MissionSuccess3-May-06 0:10
MissionSuccess3-May-06 0:10 
QuestionDrop down list Pin
Balwan2-May-06 19:47
Balwan2-May-06 19:47 
AnswerRe: Drop down list Pin
CWIZO2-May-06 21:38
CWIZO2-May-06 21:38 

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.