-
Recent Posts
Recent Comments
Archives
Categories
- Ajax
- ASP.NET
- ASp.NET 2005
- ASP.NET Framework
- ASP.NET Tips
- Cisco
- Conference
- Conferences
- Data Types
- Database Programming
- DataReader
- Eid
- Excel
- Funny
- General
- GridView
- HTml
- IIS
- Javascript
- Latest Hi-Tech Updates
- MVC
- MySQL
- Networking
- New Year
- OutLook
- Project Planning
- Qaid e Azam
- Seminar
- SEO
- SQL Server 2005
- SQL Server 2008
- SQL Sever
- SQL Tips and Tricks
- Trouble Shooting
- VB.NET 2005
- Visio
- Visual Studio ASP.NET
- VS 2008
- Workshop
- XML
Meta
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 [..]
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 [..]
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 – 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 [..]
How to stop debugger in asp.net?
You can stop debugger in asp.net using below code. (VB.Net) System.Diagnostics.Debugger.Break()
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 [..]
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 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 [..]
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 [..]
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 [..]