Nice Introduction to ASP.NET 2.0 WebParts

Jesse Liberty recently published a nice tutorial on building dynamic portal-like UI with drag/drop end-user customization using the new ASP.NET 2.0 Web Parts functionality.  You can read it here.

Hope this helps,

Scott

 

2 Comments

  • Hi Scott,



    Thanks for all the link you provide at your blog, it really hellps a lot of people! Keep it coming :-)



    I have a question regarding WebParts. I need to disable a close verb in popup menu for some of the web parts. What is teh best way to acomplish this? A link or just a dirrection where to look would be just fine.



    Thanks again!

  • Hi Vladimir,



    You can set WebPart.AllowClose = false to disable the close verb from showing up in the popup menu. You should be able to-do this both declaratively as well as through code.



    Hope this helps,



    Scott

Comments have been disabled for this content.