Category Archives: Visual Studio ASP.NET

Steps to implement Elmah with your website.

ELMAH is an application – wide exception logging system that logs unhandled exceptions. you can add ELMAH assembly in your developing project or you can configure it and [..]

ASP.NET, Visual Studio ASP.NET ,

Visual Studio 2005 , Web Project Deployment, Website DLL

In Visual Studio 2005, they make it so simple to deploy a web site at hosting or any server. In Visuaa Studio 2003, You need to create your [..]

ASp.NET 2005, ASP.NET Tips, Visual Studio ASP.NET , ,

TODO Comments

Follow these images one by one that will guide properly how to do this. This article related to todo comments which I have already wrote long time back [..]

ASp.NET 2005, ASP.NET Tips, Visual Studio ASP.NET , ,

ResolveUrl Method

ASP.NET’s Control class which provide a wonderful method ResolveURL thats parse relative URL’s path and make it ready and fix URL into one that is readable and usable [..]

ASp.NET 2005, Visual Studio ASP.NET ,

ASP.Net – Global.asax not firing

“I am experiencing problem with global.asax; events are not firing, I cant debug global.asax” One of my reader asked me. Simple and reliable solution is. Remove global.asax from your [..]

ASp.NET 2005, ASP.NET Tips, Visual Studio ASP.NET ,

How to stop debugger in asp.net?

You can stop debugger in asp.net using below code. (VB.Net) System.Diagnostics.Debugger.Break()

ASp.NET 2005, ASP.NET Framework, ASP.NET Tips, Visual Studio ASP.NET , , , , ,

StripHTML function

If you know the meaning of Strip word you will know what does it do.  just kidding The StripHTML function removes all HTML code from a string. Syntax: string [..]

ASp.NET 2005, ASP.NET Tips, General, HTml, Visual Studio ASP.NET , , , , ,

New Feature in VB.NET 2005 – The Continue Statement,Next iteration

If i feel this will help others i posted.  The Continue statement skips the remaining statements in the loop body of a repetition statement and causes control to proceed [..]

Visual Studio ASP.NET

Visual Studio 2005 – Application_BeginRequest – Save Cookies

I have worked with cookies so many times but first time i am writing in my blog. I received an email from one of my sender that has [..]

Visual Studio ASP.NET

ASP.NET – Format datagrid columns.

There are two ways to modify the format of the data in a Datagrid/GridView. One is through the design view. Right click on the Grid View / DataGrid [..]

Visual Studio ASP.NET , ,