Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my web application need to use Ajax AsyncFileUpload control inside TabContainer .
But it is not working in mozilla. But working with IE, Chrome.

The issue is that visibility of both control not possible at a time.

To show TabContainer ,I set AsyncFileUpload visible= false. And in code behind set
AsyncFileUpload =true on button click. But when this code working then TabContainer disappeared.
What is the reason .
Posted
Updated 8-Jun-16 1:30am

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