Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello

Please Reply

I want to upload image and show image in image control once uploaded and save textbox value as well using dynamic method .

for example
1 if user select dropdownvalue= 3;
then three image upload control and three box should be created
once created all value will be store on sumbit button .

Please Reply
Posted

1 solution

1. First check how to create a dynamic control and add it into placeholder.
2. Check how to add action method dynamically.
3. Check how to save the data..
4. Work done.. (y)
search separately and your job will be done.
refer the following link...
http://www.aspsnippets.com/Articles/Uploading-Multiple-Files-using-JavaScript-Dynamic-FileUpload-Controls-in-ASP.Net.aspx[^]
 
Share this answer
 
Comments
Ostwal Aarti 14-Aug-15 1:45am    
thank you for reply .
If i use same code on dropdownlist onchange then it is not working, control is not visible .
Arkadeep De 14-Aug-15 4:33am    
why? debug the code and check...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900