Stories recently tagged with 'WebParts'

place EditorZone on Top of the WebPart (kvnc.net)

submitted by ozuolmezozuolmez(335) 3 years, 9 months ago

a piece of cake javascript to position the EditorZone on top of the webpart read more...

add a comment |category: |Views: 41

tags: another

ASP.NET: Fix for WebParts + UrlRewriting Issue(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

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 PersonalizationProvider and override all the methods that reference path, and call the base methods but pass in the path that was requested instead of the path being rendered. Here's a SqlPersonalizationProvider I wrote that does this: read more...

add a comment |category: |Views: 19

tags: another

3 Parts ASP.NET WebParts tutorial(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 4 years, 3 months ago

3 Parts ASP.NET WebParts tutorial read more...

add a comment |category: |Views: 79

tags: another

Web Parts with Darrne Neimke(aspnetpodcast.com)

submitted by wallymwallym(2085) 5 years, 2 months ago

Web Parts with Darrne Neimke read more...

add a comment |category: |Views: 0

tags: another

Podcast: ASP.NET 2.0 Web Parts - Interview with Darren Neimke(polymorphicpodcast.com)

submitted by craigshoemakercraigshoemaker(835) 5 years, 3 months ago

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. read more...

add a comment |category: |Views: 6

tags: another

Web Parts Recipes(en.csharp-online.net)

submitted by HyleHyle(2755) 5 years, 7 months ago

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 modification. In its simplest form, a web part consists of an ASP.NET server or user control that takes advantage of the Web Parts control set, which is a group of structural components consisting of the following minimum set: read more...

add a comment |category: |Views: 3

tags: another