I use asp.net 4 and c#. I would like to use AJAX Control UpdatePanel to my page.
I read in the documentation that
UpdatePanel controls can be added declaratively or programmatically.
But I could not find out any information how to programmatically add a UpdatePanel controls on a page.
My question: How to add an UpdatePanel controls to a page programmatically? (Please note I need add the actual Update Control on a Web Form and not controls inside the UpdatePanel ) Many thanks!