Click here to Skip to main content
16,017,333 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionError while converting from ASP . NET to PDf Pin
kvsreedhar22-Sep-08 20:50
kvsreedhar22-Sep-08 20:50 
AnswerRe: Error while converting from ASP . NET to PDf Pin
Ashfield22-Sep-08 21:15
Ashfield22-Sep-08 21:15 
GeneralRe: Error while converting from ASP . NET to PDf Pin
kvsreedhar22-Sep-08 21:26
kvsreedhar22-Sep-08 21:26 
GeneralRe: Error while converting from ASP . NET to PDf Pin
Tamer Oz22-Sep-08 21:29
Tamer Oz22-Sep-08 21:29 
QuestionCreating Folder at Server through client. Pin
Binod K22-Sep-08 20:25
Binod K22-Sep-08 20:25 
AnswerRe: Creating Folder at Server through client. Pin
Imran Khan Pathan22-Sep-08 20:39
Imran Khan Pathan22-Sep-08 20:39 
GeneralRe: Creating Folder at Server through client. Pin
Binod K22-Sep-08 21:25
Binod K22-Sep-08 21:25 
GeneralRe: Creating Folder at Server through client. Pin
Tamer Oz22-Sep-08 21:35
Tamer Oz22-Sep-08 21:35 
In Asp.Net applications folders and files always created at server. If you know the path directly you can write it as c:\..... but if the path will be depended to the directory of application is running you should use Server.MapPath. Using Server mappath is good for any changes of application directory or web server.

EX
if application is running at c:\inetpub\wwwroot\exapplication
Server.MapPath() gives you the result c:\inetpub\wwwroot\exapplication
Server.MapPath("Example") gives you the result c:\inetpub\wwwroot\exapplication\Example
GeneralRe: Creating Folder at Server through client. Pin
Binod K22-Sep-08 21:54
Binod K22-Sep-08 21:54 
QuestionPOSTBACK PROBLEM Pin
kuwl_mark22-Sep-08 19:37
kuwl_mark22-Sep-08 19:37 
AnswerRe: POSTBACK PROBLEM Pin
N a v a n e e t h22-Sep-08 19:51
N a v a n e e t h22-Sep-08 19:51 
GeneralRe: POSTBACK PROBLEM Pin
Perspx22-Sep-08 20:17
Perspx22-Sep-08 20:17 
QuestionDoubt about List box Control Pin
pradees4u22-Sep-08 19:32
pradees4u22-Sep-08 19:32 
QuestionSession management problem Pin
krishnaveer22-Sep-08 18:45
krishnaveer22-Sep-08 18:45 
GeneralRe: Session management problem Pin
Krazy Programmer22-Sep-08 19:37
Krazy Programmer22-Sep-08 19:37 
GeneralRe: Session management problem Pin
krishnaveer22-Sep-08 19:54
krishnaveer22-Sep-08 19:54 
GeneralRe: Session management problem Pin
Tamer Oz22-Sep-08 20:55
Tamer Oz22-Sep-08 20:55 
QuestionAccessing properties of a control through Javascript Pin
Crazy Genius22-Sep-08 18:04
Crazy Genius22-Sep-08 18:04 
AnswerRe: Accessing properties of a control through Javascript Pin
Steve Echols22-Sep-08 18:27
Steve Echols22-Sep-08 18:27 
GeneralRe: Accessing properties of a control through Javascript Pin
Crazy Genius23-Sep-08 18:17
Crazy Genius23-Sep-08 18:17 
GeneralRe: Accessing properties of a control through Javascript Pin
Steve Echols23-Sep-08 18:43
Steve Echols23-Sep-08 18:43 
GeneralRe: Accessing properties of a control through Javascript Pin
Crazy Genius23-Sep-08 19:28
Crazy Genius23-Sep-08 19:28 
GeneralRe: Accessing properties of a control through Javascript Pin
Steve Echols23-Sep-08 19:34
Steve Echols23-Sep-08 19:34 
GeneralRe: Accessing properties of a control through Javascript Pin
Crazy Genius23-Sep-08 19:41
Crazy Genius23-Sep-08 19:41 
GeneralRe: Accessing properties of a control through Javascript Pin
Crazy Genius25-Sep-08 17:28
Crazy Genius25-Sep-08 17:28 

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.