Tag: ASP.Net

Improve Website Performance with Lowercase URLs #SEO

At work we are always seeking how to make our websites use fewer resources and perform […]

How to open a razor link in a new tab – Quickie

An MVC code quickie to open a Razor link in a new tab: RunReport”, “Performance”, new { […]

CSS Tricks Quickie – Multiple Border Styles and Radius

Did you know that you can set multiple border styles for the sides of divs and […]

Improved Alexa Ranking by 1 million positions in 12 hours | Project Nine

Yesterday early in the morning, at about 2 o’clock I was still up, and spared a […]

Add AutoNumber to GridView showing the RowNumber | Quickie

The code below will add a column showing an incremental number near each row, which ultimately […]

Solution | Unable to write output file ‘…pdb’; unspecified error

During this weekend, I started having a problem when building a solution in Visual Studio. It […]

Get data from an SQLDataSource to a DataTable and Bind Grid

This week, I needed to bind a gridview to and SQLDataSource. The only problem is that […]

ASP.Net 4.0 Validate Request

When creating a CMS sometimes you need to allow certain tags pass through the ASP.Net Validation. […]

SQL Server | Convert Varchar to UniqueIdentifier

There are 2 ways to Convert a string to a UniqueIdentifier (GUID) in SQL Server: SELECT CAST(‘449141d9-86c9-449d-be2c-1f171b4f4567’ as UNIQUEIDENTIFIER) SELECT CONVERT(UNIQUEIDENTIFIER, […]

Project NINE | Start Registering

Start Registering your interest for this New Web Design Concept: “Great Web Design for a Small […]