Skip to content

Andreas Plahn Developer Blog

My bookmarks and blogposts regarding Web Development in Angular, JavaScript, CSS, Html, C# and .NET

Category: Webforms

Posted on December 9, 2014

In the Coding Zone: Using MiniProfiler with ASP.NET WebForms

In the Coding Zone: Using MiniProfiler with ASP.NET WebForms.

Posted on December 9, 2014

website – Miniprofiler for ASP.NET web site – Stack Overflow

website – Miniprofiler for ASP.NET web site – Stack Overflow.

Posted on May 30, 2014

ASP.NET Forms – Get simple reference to masterpage properties

Put this directive in the top of your aspx file:
<%@ MasterType VirtualPath=”~/Templates/MasterPages/Default.Master” %>

The aspx-file gets reference to the masterpages properties in code-behind trough Master.PropertyName e.g:
this.Master.Heading

Posted on January 21, 2014

c# – Cannot have multiple items selected in a DropDownList – Stack Overflow

To overcome this error, you should clear the previous selection of your ddl as following:

ddl.ClearSelection();

via c# – Cannot have multiple items selected in a DropDownList – Stack Overflow.

Proudly powered by WordPress