Click here to Skip to main content
15,900,973 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET Datagrid Pin
Bino B22-Oct-07 18:41
Bino B22-Oct-07 18:41 
QuestionGeni.com Pin
mehrdadc4822-Oct-07 8:04
mehrdadc4822-Oct-07 8:04 
Questionfile upload Pin
abu sundus22-Oct-07 7:51
abu sundus22-Oct-07 7:51 
AnswerRe: file upload Pin
pmarfleet22-Oct-07 8:08
pmarfleet22-Oct-07 8:08 
GeneralRe: file upload Pin
abu sundus22-Oct-07 8:12
abu sundus22-Oct-07 8:12 
GeneralRe: file upload Pin
pmarfleet22-Oct-07 8:24
pmarfleet22-Oct-07 8:24 
GeneralRe: file upload Pin
abu sundus22-Oct-07 8:47
abu sundus22-Oct-07 8:47 
GeneralRe: file upload Pin
pmarfleet22-Oct-07 9:12
pmarfleet22-Oct-07 9:12 
You should post the code you have written so far and identify the section you are experiencing difficulties with. The exact nature of your problem still isn't clear to me.

The FileUpload control provides a means of acquiring a file from a client machine and including its contents in a HTTP server request. What happens to the contents of that file when the server receives the request is entirely up to the discretion of the programmer. As I have already stated, if you want to save the contents of the posted file on the server-side you need to call the SaveAs method of the FileUpload control.

Paul Marfleet

AnswerRe: file upload Pin
Bino B22-Oct-07 18:45
Bino B22-Oct-07 18:45 
AnswerRe: file upload Pin
Shujaat Ullah Khan22-Oct-07 20:47
Shujaat Ullah Khan22-Oct-07 20:47 
Questionhow to add an "Installer Class" file to a web app in 2005 Pin
ONeil Tomlinson22-Oct-07 6:27
ONeil Tomlinson22-Oct-07 6:27 
AnswerRe: how to add an "Installer Class" file to a web app in 2005 Pin
il_masacratore22-Oct-07 11:24
il_masacratore22-Oct-07 11:24 
QuestionAdd attribute to a dynamically created imagebutton control Pin
CandyMe22-Oct-07 6:04
CandyMe22-Oct-07 6:04 
AnswerRe: Add attribute to a dynamically created imagebutton control Pin
Fred_Smith22-Oct-07 6:37
Fred_Smith22-Oct-07 6:37 
GeneralRe: Add attribute to a dynamically created imagebutton control Pin
CandyMe22-Oct-07 18:32
CandyMe22-Oct-07 18:32 
AnswerRe: Add attribute to a dynamically created imagebutton control Pin
firozu22-Oct-07 20:24
firozu22-Oct-07 20:24 
GeneralRe: Add attribute to a dynamically created imagebutton control Pin
Fred_Smith22-Oct-07 22:33
Fred_Smith22-Oct-07 22:33 
GeneralRe: Add attribute to a dynamically created imagebutton control Pin
CandyMe24-Oct-07 23:15
CandyMe24-Oct-07 23:15 
QuestionI only see "Content Files" in the Add Project Output Group dialog box Pin
ONeil Tomlinson22-Oct-07 5:58
ONeil Tomlinson22-Oct-07 5:58 
QuestionCatching Invalid Email attachments Pin
Torin_DWC22-Oct-07 5:44
Torin_DWC22-Oct-07 5:44 
AnswerRe: Catching Invalid Email attachments Pin
Scott Dorman22-Oct-07 5:55
professionalScott Dorman22-Oct-07 5:55 
AnswerRe: Catching Invalid Email attachments Pin
J4amieC22-Oct-07 5:58
J4amieC22-Oct-07 5:58 
GeneralRe: Catching Invalid Email attachments Pin
Torin_DWC22-Oct-07 6:58
Torin_DWC22-Oct-07 6:58 
GeneralRe: Catching Invalid Email attachments Pin
J4amieC22-Oct-07 10:56
J4amieC22-Oct-07 10:56 
GeneralRe: Catching Invalid Email attachments Pin
Torin_DWC23-Oct-07 4:42
Torin_DWC23-Oct-07 4:42 

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.