Missing FileUpload Path
-
Hi all Im using VS 2003 for small web application i have a problem when im using fileuploader,i have some mandatory fields and im using labels for check the requried fields,when i click the submit button my file Uploader path is clear when mandatory field is left, i want to avoid the clear the path of file uploader when that kind situation pls help me to do this, Thanks,
-
Hi all Im using VS 2003 for small web application i have a problem when im using fileuploader,i have some mandatory fields and im using labels for check the requried fields,when i click the submit button my file Uploader path is clear when mandatory field is left, i want to avoid the clear the path of file uploader when that kind situation pls help me to do this, Thanks,
This is not possible. You can't write to
FileUpload
control.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Hi all Im using VS 2003 for small web application i have a problem when im using fileuploader,i have some mandatory fields and im using labels for check the requried fields,when i click the submit button my file Uploader path is clear when mandatory field is left, i want to avoid the clear the path of file uploader when that kind situation pls help me to do this, Thanks,
There is some problem in validation because if any field which is mandatory left blank then it should not make server trip and when you click on submit it will take server trip so at that time path clear is very obvious. So make sure about validations.
Reasons are not Important but Results are Important. Swati Tripathi
-
There is some problem in validation because if any field which is mandatory left blank then it should not make server trip and when you click on submit it will take server trip so at that time path clear is very obvious. So make sure about validations.
Reasons are not Important but Results are Important. Swati Tripathi
Thank you.
-
Thank you.