|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
FileUpload name goes awayHi;
When my codebehind is called, the filename in the FileUpload control goes away. Is there a way to keep it there? Hi Dave,
As for the fileupload control, it will only hold the filename at the post in which the client-side submit the actual filestream. After that, the context is cleared, and in later postback, unless the client user select to upload the file again, the filename and file stream won¡¯t be persisted in the fileupload control¡¯s status. Regards, Steven Cheng Microsoft Online Support Get Secure! www.microsoft.com/security (This posting is provided "AS IS", with no warranties, and confers no rights.)
Major problem with FileUpload if bad filename
FormView - FindControl only works for default view Dynamic control creation. Launch a new browser window Creating N rows of controls Any advantage to FormView? GridView, sorting, DataTable, and typing. ObjectDataSource ... could not find a non-generic method ... that has parameters: ... enable/disable text box based on dropdownlist via javascript post-back when the filename to upload changes |
|||||||||||||||||||||||