By tag: WebParts
0
kicks
place EditorZone on Top of the WebPart
a piece of cake javascript to position the EditorZone on top of the webpart
0
kicks
ASP.NET: Fix for WebParts + UrlRewriting Issue
The problem with using WebParts with UrlRewriting (or UrlMapping) is the WebPart PersonalizationProvider uses the path of the page being rendered to save/load the personalization state, not the path that was rewritten that the user sees. So, to fix this you just need to create a custom Personalizati...
0
kicks
Podcast: ASP.NET 2.0 Web Parts - Interview with Darren Neimke
Craig Shoemaker and Darren Neimke discuss the ASP.NET 2.0 web part and portal framework, explaining how web parts are perfect candidates for customization as well as points of extensibility.
0
kicks
Web Parts Recipes
Learn to use Web parts—the new building blocks of personalization in ASP.NET 2.0. Excerpt: Web parts are the new building blocks of personalization in ASP.NET 2.0. Any control—whether a standard server control, custom control, user control, or web part control—can be used as a web part without modif...