Skip to content

Andreas Plahn Blog

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

Category: Webforms

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

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

Author Andreas PlahnPosted on December 9, 2014Categories Optimization, Uncategorized, Useful tool, WebformsLeave a comment on In the Coding Zone: Using MiniProfiler with ASP.NET WebForms

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

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

Author Andreas PlahnPosted on December 9, 2014Categories Optimization, Uncategorized, Useful tool, WebformsLeave a comment on website – Miniprofiler for ASP.NET web site – Stack Overflow

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

Author Andreas PlahnPosted on May 30, 2014Categories ASP.NET, Uncategorized, WebformsLeave a comment on ASP.NET Forms – Get simple reference to masterpage properties

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.

Author Andreas PlahnPosted on January 21, 2014Categories ASP.NET, Uncategorized, WebformsLeave a comment on c# – Cannot have multiple items selected in a DropDownList – Stack Overflow

Recent Posts

  • “Expression has changed after it was checked” – error in Angular
  • Angular Testing Library | Testing Library
  • Alpine.js
  • API rate limiter in .NET Core 8
  • Angular Can I Use feature?
  • .NET (70)
  • .NET Core (27)
  • Agile (1)
  • AI (1)
  • Ajax (3)
  • Angular (63)
  • AngularJS (6)
  • Api (1)
  • Architecture (11)
  • ASP.NET (35)
  • ASP.NET Core (7)
  • Azure (17)
  • Blazor (2)
  • C# (34)
  • Css (30)
  • Data access (5)
  • Elasticsearch (1)
  • Entity Framework (3)
  • EPiServer (66)
    • Commerce (15)
    • Find (1)
  • Error (22)
  • Frontend (34)
  • GIT (17)
  • Html (6)
  • Html5 (7)
  • IDE (6)
  • IIS (12)
  • JavaScript (64)
  • jQuery (14)
  • Linux (3)
  • Mobile (1)
  • MVC (4)
  • MySQL (2)
  • Node.js (2)
  • Octopus (1)
  • Open Source (2)
  • Optimization (11)
  • PowerShell (3)
  • ReSharper (5)
  • Responsive (1)
  • Security (2)
  • Selenium (7)
  • SEO (2)
  • Software Practises (3)
  • SQL (19)
  • TeamCity (2)
  • Testing (25)
  • TFS (2)
  • Tips & Tricks (115)
  • Troubleshooting (5)
  • TypeScript (7)
  • Uncategorized (737)
  • Upgrade (1)
  • Useful tool (134)
  • Useful website (9)
  • Visual Studio (79)
    • Visual Studio Extensions (21)
  • VS Code (13)
  • VSTS (1)
  • Web Services (5)
  • Webforms (4)
  • WebStorm (10)
  • What? Why? How? (1)
  • Windows (16)
Andreas Plahn Blog Proudly powered by WordPress