2
Answers

Populate data into FileUpload button during runtime

Swarna Gogula

Swarna Gogula

15y
4.5k
1
How can I retrieve data into FileUpload button during runtime (without browsing).
 
Ex:
Text box: We should enter date in that textbox.
 
For Suppose if the entered date is already in the database then the corresponding filename for that particular date should be displayed in the "FileUpload" button.
If the entered date is not there in the database then we can add the file into FileUpload using "Browse" button.
 
Can you pl. help on this.I am searching the solution for this but I am not getting.
Answers (2)
0
Swarna Gogula

Swarna Gogula

NA 4 0 15y
Thanks for ur help!
0
BangaruBabu Pureti

BangaruBabu Pureti

NA 629 82.5k 15y
Hi,
swarna

Browsing File is different and uploading Content to server is different....

You need to place separate button to upload file...under that Button you Check if the Date having Relevant record exists in Database or not..Then U should proceed according to your requirement....

You should not handle all the upload and Browse Content in Same File Upload Control Browse Button

i think it will help u






Next Recommended Forum