Click here to Skip to main content
15,908,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi experts
I am using ajax file upload for multiple photo upload. I have a save button on page.now I want ,This button is hide when page is load and show when i upload file using Upload button of Ajax file upload. How can i do this.Visible true/False not works.
Thanks
Posted
Updated 30-Jun-14 20:16pm
v2

1 solution

You can set property Visible="false" for that Button. Make it true whenever needed in code behind.
 
Share this answer
 
Comments
ErBhati 1-Jul-14 2:15am    
Thanks for reply but it not works.........
Why? What is the reason?
Member 10915414 1-Jul-14 9:36am    
I'm never touch c# before but maybe you could use sleep function or timer when you select that button for a few second or ms

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