dotnetcorner.ch blog

ASP.NET 4.0 Chart Control0

31 July 2011
Christoph Keller Christoph Keller

Today I would like to introduce the new Chart Control, which was newly added to the ASP.NET 4.0 Framework.


Advanced fixing SharePoint 2010 large lookup dropdowns0

07 May 2011
Christoph Keller Christoph Keller

Ever tried to display a large dropdown with a source list with more than 20 entries in the source list, mapped to a single-lookup field in a custom new- / edit-form?


ASP.NET MVC: Use Html.ActionLink and add route values / HTML attributes to it0

11 January 2011
Christoph Keller Christoph Keller

If you render a Link to another Controller / View, you can just use the method 'Html.ActionLink' on a view. If you want to submit additional parameters / action parameters in the link, you can use the overloads of 'Html.ActionLink'.

 ASP.NET  MVC  Render 

ASP.NET MVC: Render a Partial View in a MasterPage or another view0

11 January 2011
Christoph Keller Christoph Keller

Usualy a MVC Page is rendered using a Controller which loads a Model and supplies the data to the configured View which displays the data.