Contents tagged with Tips n tricks
-
Visual Studio - A Common Replace Scenario
Visual Studio has a build in Replace function that uses Regular Expressions. Let’s consider the following scenario:
-
The @Reference Directive
When I want to add a user control to a page I use the @Register directive at the top of the page. and the I add the control to the markup. But what if I want to add a user control programmatically but I have no reference of it via the markup? That is where the @Reference directive comes to action.
-
ASP.NET Browsers Filter!!
Yesterday .NET SP1 released and many new features for ASP.NET where added. But yesterday i also discovered a feature that ASP.NET has from version 2.0