Click here to Skip to main content
15,891,597 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: WEBGRID COUNT Pin
ballameharmurali3-Jul-07 0:32
ballameharmurali3-Jul-07 0:32 
GeneralRe: WEBGRID COUNT Pin
Sandeep Akhare3-Jul-07 0:42
Sandeep Akhare3-Jul-07 0:42 
QuestionError Uploading! please help. Pin
Junior Boy2-Jul-07 23:08
Junior Boy2-Jul-07 23:08 
AnswerRe: Error Uploading! please help. Pin
Pete O'Hanlon2-Jul-07 23:17
mvePete O'Hanlon2-Jul-07 23:17 
AnswerRe: Error Uploading! please help. Pin
Sandeep Akhare2-Jul-07 23:32
Sandeep Akhare2-Jul-07 23:32 
GeneralRe: Error Uploading! please help. Pin
Junior Boy2-Jul-07 23:49
Junior Boy2-Jul-07 23:49 
GeneralRe: Error Uploading! please help. Pin
Sandeep Akhare2-Jul-07 23:56
Sandeep Akhare2-Jul-07 23:56 
GeneralRe: Error Uploading! please help. Pin
Pete O'Hanlon3-Jul-07 0:15
mvePete O'Hanlon3-Jul-07 0:15 
The standard way of doing this would be to do the following:
if (!Directory.Exists(Server.MapPath("/TextFiles")))
  Directory.Create(Server.MapPath("/TextFiles"));
Then, you can do the save as operation. Note that the asp worker process will need permissions to write into your directory structure to do this.

Please visit http://www.readytogiveup.com/ and do something special today.
Deja View - the feeling that you've seen this post before.

GeneralRe: Error Uploading! please help. Pin
Junior Boy3-Jul-07 0:35
Junior Boy3-Jul-07 0:35 
GeneralRe: Error Uploading! please help. Pin
Junior Boy3-Jul-07 18:03
Junior Boy3-Jul-07 18:03 
GeneralRe: Error Uploading! please help. Pin
Pete O'Hanlon4-Jul-07 8:53
mvePete O'Hanlon4-Jul-07 8:53 
GeneralRe: Error Uploading! please help. [modified] Pin
Junior Boy4-Jul-07 18:15
Junior Boy4-Jul-07 18:15 
Questionurgent need soln abt crystal report Pin
Moheeb U.2-Jul-07 23:07
Moheeb U.2-Jul-07 23:07 
AnswerThe rules Pin
leckey3-Jul-07 3:21
leckey3-Jul-07 3:21 
Questiondsn creation and deletion Pin
Sonia Gupta2-Jul-07 23:04
Sonia Gupta2-Jul-07 23:04 
Questionlatitude Pin
mohantfor.net2-Jul-07 22:45
mohantfor.net2-Jul-07 22:45 
AnswerRe: latitude Pin
DanB19833-Jul-07 0:07
DanB19833-Jul-07 0:07 
Questionusing hyperlink how tp pass parameter... Pin
Member 38798812-Jul-07 22:41
Member 38798812-Jul-07 22:41 
AnswerRe: using hyperlink how tp pass parameter... Pin
_AK_2-Jul-07 22:51
_AK_2-Jul-07 22:51 
AnswerRe: using hyperlink how tp pass parameter... Pin
Sandeep Akhare2-Jul-07 23:34
Sandeep Akhare2-Jul-07 23:34 
QuestionCan't change controls name ! Pin
ips_sun2-Jul-07 22:04
ips_sun2-Jul-07 22:04 
AnswerRe: Can't change controls name ! Pin
honeyss2-Jul-07 22:28
honeyss2-Jul-07 22:28 
GeneralRe: Can't change controls name ! Pin
ips_sun2-Jul-07 23:01
ips_sun2-Jul-07 23:01 
AnswerRe: Can't change controls name ! Pin
_AK_2-Jul-07 22:52
_AK_2-Jul-07 22:52 
GeneralRe: Can't change controls name ! Pin
ips_sun2-Jul-07 23:00
ips_sun2-Jul-07 23:00 

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.