Go to content

Go to employees

Go to search

WebParts

 

PropertyXhtmlString and WebParts

I get a lot of questions concerning WebParts used with EPiServer. The most common question is how to use the PropertyXhtmlString and text editor (TinyMCE) in a WebPart. I'll provide examples using both WebControl and UserControl. WebControl public...


Reducing number of request and page size when using Web Parts in EPiServer

The EPiCode.WebParts.Core framework supports editing Web Parts in most browsers. This is done by using Microsoft.Web.Preview.dll and a ScriptManager as mentioned in this post . The cost is 5 extra requests and approxemiatly 141 ekstra KB in total....


Web parts and EPiServer in perfect harmony

As I mentioned in an earlier post we often use web parts in our EPiServer projects at Epinova. And by using the EPicode.WebParts.Core framework together with EPiServer, the solutions become highly flexible and adaptable. But there have also been...


Web Part Framework for EPiServer tuned and polished

Today I committed quite a chunk of changed and new code to the Web part Framework for EPiServer . At first glance you won’t notice any visible changes, so what’s new?

Tags