Click here to Skip to main content
15,890,282 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Codeproject message editor Pin
JacquesDP24-Jul-07 0:12
JacquesDP24-Jul-07 0:12 
QuestionHelp in Calender Control? Pin
Care Career23-Jul-07 20:46
Care Career23-Jul-07 20:46 
AnswerRe: Help in Calender Control? Pin
Christian Graus23-Jul-07 20:48
protectorChristian Graus23-Jul-07 20:48 
Questionsave file [modified] Pin
Milind Panchal23-Jul-07 20:42
Milind Panchal23-Jul-07 20:42 
AnswerRe: save file Pin
Christian Graus23-Jul-07 20:47
protectorChristian Graus23-Jul-07 20:47 
GeneralRe: save file Pin
Milind Panchal23-Jul-07 21:13
Milind Panchal23-Jul-07 21:13 
GeneralRe: save file Pin
Christian Graus23-Jul-07 21:50
protectorChristian Graus23-Jul-07 21:50 
AnswerRe: save file Pin
Deepak the Cool23-Jul-07 23:31
Deepak the Cool23-Jul-07 23:31 
which i understand ur problem, u want to save ur posted file into web server. if i m right then use the following steps.

1. create a html control into ur form by following code
<input id="FileUpLoad" type="file" runat="server" />

2.write the following code into ur save button click

string mapPath = (Server.MapPath("~/abc/xyz\\"));
FileUpLoadMap.PostedFile.SaveAs(mapPath);

3.give the write permission into ur particular folder where u want to save ur post file in ur web server.

hope tht'll help u


Deepak

Smile a Lots,Its Costs Nothing

QuestionAnimation control (urgent) Pin
Milind Panchal23-Jul-07 20:02
Milind Panchal23-Jul-07 20:02 
Questionproblem with date Pin
n_gchaitra23-Jul-07 19:35
n_gchaitra23-Jul-07 19:35 
AnswerRe: problem with date Pin
Christian Graus23-Jul-07 19:39
protectorChristian Graus23-Jul-07 19:39 
GeneralRe: problem with date Pin
n_gchaitra23-Jul-07 20:08
n_gchaitra23-Jul-07 20:08 
GeneralRe: problem with date Pin
Christian Graus23-Jul-07 20:50
protectorChristian Graus23-Jul-07 20:50 
GeneralRe: problem with date Pin
n_gchaitra23-Jul-07 22:47
n_gchaitra23-Jul-07 22:47 
AnswerRe: problem with date Pin
ganeshkuppuswamy23-Jul-07 20:56
ganeshkuppuswamy23-Jul-07 20:56 
GeneralRe: problem with date Pin
n_gchaitra23-Jul-07 22:49
n_gchaitra23-Jul-07 22:49 
GeneralRe: problem with date Pin
ganeshkuppuswamy23-Jul-07 23:31
ganeshkuppuswamy23-Jul-07 23:31 
QuestionSend mail with attachment Pin
ganeshkuppuswamy23-Jul-07 19:24
ganeshkuppuswamy23-Jul-07 19:24 
AnswerRe: Send mail with attachment Pin
Christian Graus23-Jul-07 19:44
protectorChristian Graus23-Jul-07 19:44 
GeneralRe: Send mail with attachment Pin
ganeshkuppuswamy23-Jul-07 20:48
ganeshkuppuswamy23-Jul-07 20:48 
GeneralRe: Send mail with attachment Pin
Christian Graus23-Jul-07 20:53
protectorChristian Graus23-Jul-07 20:53 
GeneralRe: Send mail with attachment Pin
ganeshkuppuswamy23-Jul-07 21:05
ganeshkuppuswamy23-Jul-07 21:05 
GeneralRe: Send mail with attachment Pin
Christian Graus23-Jul-07 21:07
protectorChristian Graus23-Jul-07 21:07 
QuestionInvoke Records from third party database using Webservice Pin
RajaSrirangan23-Jul-07 16:52
RajaSrirangan23-Jul-07 16:52 
QuestionDisplay Different Data Types [modified] Pin
ASPnoob23-Jul-07 16:08
ASPnoob23-Jul-07 16:08 

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.