Click here to Skip to main content
16,005,382 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Fileupload problem, please help. Pin
Farraj27-Mar-10 9:09
Farraj27-Mar-10 9:09 
AnswerRe: Fileupload problem, please help. Pin
Not Active27-Mar-10 9:12
mentorNot Active27-Mar-10 9:12 
AnswerRe: Fileupload problem, please help. Pin
Farraj27-Mar-10 9:18
Farraj27-Mar-10 9:18 
GeneralRe: Fileupload problem, please help. Pin
michaelschmitt28-Mar-10 23:48
michaelschmitt28-Mar-10 23:48 
Hi there,

the ID of your upload Control is "FileUpload1" in your example, not "fileUpload1". Always pay attention to the letter case. Same with GetFilename. The Method is written "GetFileName".

What the upload control does, is the following: it saves your
selected file to the file-system. No path-saving to your database at this point. Where
are you saving the path to your db? there you have to save the virtual path of your upload
folder in addition to your filename. Just concat the strings there.

Good Luck
GeneralRe: Fileupload problem, please help. Pin
Farraj29-Mar-10 2:05
Farraj29-Mar-10 2:05 
GeneralRe: Fileupload problem, please help. [modified] Pin
michaelschmitt29-Mar-10 3:35
michaelschmitt29-Mar-10 3:35 
Questionfetch date and time separately from datetime field in C#.net Pin
ships_agr27-Mar-10 6:57
ships_agr27-Mar-10 6:57 
AnswerRe: fetch date and time separately from datetime field in C#.net Pin
Tarakeshwar Reddy27-Mar-10 7:19
professionalTarakeshwar Reddy27-Mar-10 7:19 
GeneralRe: fetch date and time separately from datetime field in C#.net Pin
ships_agr27-Mar-10 7:38
ships_agr27-Mar-10 7:38 
GeneralRe: fetch date and time separately from datetime field in C#.net Pin
Tarakeshwar Reddy27-Mar-10 7:50
professionalTarakeshwar Reddy27-Mar-10 7:50 
QuestionMessage Removed Pin
27-Mar-10 3:29
kunjumonu27-Mar-10 3:29 
AnswerRe: sending email with text and url Pin
Not Active27-Mar-10 3:43
mentorNot Active27-Mar-10 3:43 
Questionemail sending with some text and url Pin
kunjumonu27-Mar-10 3:23
kunjumonu27-Mar-10 3:23 
AnswerRe: email sending with some text and url Pin
Not Active27-Mar-10 3:42
mentorNot Active27-Mar-10 3:42 
QuestionMessage Removed Pin
27-Mar-10 3:16
kunjumonu27-Mar-10 3:16 
AnswerRe: image button in placeholderr Pin
Not Active27-Mar-10 3:40
mentorNot Active27-Mar-10 3:40 
GeneralRe: image button in placeholderr Pin
kunjumonu27-Mar-10 23:51
kunjumonu27-Mar-10 23:51 
GeneralRe: image button in placeholderr Pin
kunjumonu27-Mar-10 23:52
kunjumonu27-Mar-10 23:52 
QuestionTool For monitor all kinds of things on the web server. Pin
Samarjeet Singh@india26-Mar-10 23:18
Samarjeet Singh@india26-Mar-10 23:18 
AnswerRe: Tool For monitor all kinds of things on the web server. Pin
Arindam Tewary26-Mar-10 23:28
professionalArindam Tewary26-Mar-10 23:28 
GeneralRe: Tool For monitor all kinds of things on the web server. Pin
Samarjeet Singh@india31-Mar-10 4:09
Samarjeet Singh@india31-Mar-10 4:09 
Questionuser should not login again if he is loggedin once during same browser [modified] Pin
vikas shukla26-Mar-10 22:52
vikas shukla26-Mar-10 22:52 
AnswerRe: user should not login again if he is loggedin once during same browser Pin
Arindam Tewary26-Mar-10 23:19
professionalArindam Tewary26-Mar-10 23:19 
AnswerRe: user should not login again if he is loggedin once during same browser Pin
Farraj27-Mar-10 9:13
Farraj27-Mar-10 9:13 
AnswerRe: user should not login again if he is loggedin once during same browser Pin
Member 450194029-Mar-10 5:07
Member 450194029-Mar-10 5:07 

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.