Click here to Skip to main content
15,891,002 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
anyone tell me the Difference Between Panel and Update Panel in asp.net.



Regards
Nanda Kishore.CH
Posted

1 solution

These are very confusing control in asp.net for beginner. But you could have tried Google[^] for it.
Asp Panel:
The Panel control works as a container for other controls on the page. It controls the appearance and visibility of the controls it contains. It also allows generating controls programmatically. References:
http://www.w3schools.com/aspnet/control_panel.asp[^]
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.panel.aspx[^]
Asp Update Panel:
It allows you to perform a postback without the whole page being refreshed. Only the content of the UpdatePanel is refreshed. References:
http://msdn.microsoft.com/en-us/library/bb399001%28v=vs.100%29.aspx[^]
http://ajax.net-tutorials.com/controls/updatepanel-control/[^]



All the best.
--Amit
 
Share this answer
 
Comments
nandkishorre 12-Sep-12 4:19am    
can i use a panel control in update panel ?
_Amy 12-Sep-12 4:34am    
Sure, both are individual controls. So you can use however you want.
nur alam 2022 27-Jul-22 5:29am    
Hallo
nur alam 2022 27-Jul-22 5:29am    
1
nandkishorre 12-Sep-12 4:51am    
Thank u...

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