I want to add a user control to my pages without page post backs.
I can’t use Update Panels because I have file uploads control in the user controls.
I also don’t want to put the custom controls in a page and then load it inside a page using jQuery load functions. Similarly I cannot use iframes.
How can I do it through some jQuery or AJAX?
This answer is posted by some user but he/she has removed the answer:
So i am posting his answer
Though i want to add a server controls in my application but i left with no choice except to use HTML Elements
This works only if all the controls in a USER CONTROL is of html type