Click here to Skip to main content
15,914,109 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am having Updatepanel inside a placeholder in c# asp.net web application.

What I have tried:

I don't know which is better way. Can anyone tell me the exact one
Posted
Updated 6-Apr-18 2:01am

1 solution

Placeholder control is used as a container where you can add control programmatically as per your need. You should have update panel control containing placeholder if you planning to include any other control/data here dynamically which probably avoiding full page refresh.

If you do not want it do not include updatepanel in placeholder - instead you can wrap up your whatever controls in updatepanel as webusercontrol supporting AJAX functionality which can be placed in placeholder dynamically.
 
Share this answer
 

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