Click here to Skip to main content
15,909,325 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200418-Dec-07 14:29
hifiger200418-Dec-07 14:29 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_18-Dec-07 15:38
professionalAlaric_18-Dec-07 15:38 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200418-Dec-07 18:47
hifiger200418-Dec-07 18:47 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_19-Dec-07 1:39
professionalAlaric_19-Dec-07 1:39 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200419-Dec-07 2:33
hifiger200419-Dec-07 2:33 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_19-Dec-07 4:52
professionalAlaric_19-Dec-07 4:52 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200419-Dec-07 5:11
hifiger200419-Dec-07 5:11 
AnswerRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_19-Dec-07 5:49
professionalAlaric_19-Dec-07 5:49 
If that is ALL of the code in your class(the first time I read it, I thought it was a snippet), then part of the reason you can't assign anything to the text property of the textbox is that the FileUpload control has no FileName specified for it. I honestly don't see what you are trying to do with this. You might need to consult some beginner's programming literature.

btw, never leave your controls with names like "TextBox1" and "FileUpload1"; rename them to something meaningful, for example "txtFilenameInput" and "upHomework" or whatever names would be applicable to your specific business rules.
"I need build Skynet. Plz send code"

GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200419-Dec-07 12:28
hifiger200419-Dec-07 12:28 
QuestionNeed JavaScript for Data validation in grid Pin
chand1018-Dec-07 5:05
chand1018-Dec-07 5:05 
GeneralRe: Need JavaScript for Data validation in grid Pin
ram197418-Dec-07 19:09
ram197418-Dec-07 19:09 
GeneralFirst VS2005 and MS Access Web Project Pin
jszabo18-Dec-07 0:45
jszabo18-Dec-07 0:45 
AnswerRe: First VS2005 and MS Access Web Project Pin
jchalfant18-Dec-07 4:38
jchalfant18-Dec-07 4:38 
GeneralRe: First VS2005 and MS Access Web Project Pin
jszabo18-Dec-07 12:49
jszabo18-Dec-07 12:49 
GeneralRe: First VS2005 and MS Access Web Project Pin
jszabo22-Dec-07 0:33
jszabo22-Dec-07 0:33 
GeneralRe: First VS2005 and MS Access Web Project Pin
Vasudevan Deepak Kumar18-Dec-07 4:57
Vasudevan Deepak Kumar18-Dec-07 4:57 
GeneralRe: First VS2005 and MS Access Web Project Pin
jszabo18-Dec-07 12:52
jszabo18-Dec-07 12:52 
GeneralRe: First VS2005 and MS Access Web Project Pin
Mark Churchill18-Dec-07 14:59
Mark Churchill18-Dec-07 14:59 
GeneralRe: First VS2005 and MS Access Web Project Pin
jszabo20-Dec-07 0:37
jszabo20-Dec-07 0:37 
GeneralApp_Code in Web Application Pin
DotNetXenon17-Dec-07 10:51
DotNetXenon17-Dec-07 10:51 
GeneralRe: App_Code in Web Application Pin
jchalfant17-Dec-07 16:19
jchalfant17-Dec-07 16:19 
GeneralFavored solution to IE dropdown shortcomings Pin
jchalfant17-Dec-07 10:03
jchalfant17-Dec-07 10:03 
GeneralChanging opacity with javascript Pin
chaddolan17-Dec-07 9:55
chaddolan17-Dec-07 9:55 
GeneralRe: Changing opacity with javascript Pin
Michael Sync18-Dec-07 16:24
Michael Sync18-Dec-07 16:24 
GeneralRe: Changing opacity with javascript Pin
chaddolan19-Dec-07 2:16
chaddolan19-Dec-07 2:16 

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.