Posts Tagged ‘ASP’

ASP.NET Breadcrumbs with C#

Saturday, November 10th, 2007

By utilizing breadcrumb navigation you allow your viewers to easily trace their path taken to the current location and back track if necessary. (more…)

Encrypt Connection String in Web.Config

Monday, August 27th, 2007

This article is to give an idea how we can achieve security in web.config file, its a basic practice to store our Database connection string in web.config file. This avoids hard coding and you can always change as and when required but the problem is anybody who has access to solution can see the user name and passwords of the database and can be changed. (more…)

Get All URLs on a Page

Sunday, July 8th, 2007

In this article, I show a class that can be used to find and display all of the urls on a web page. What for you may ask? (more…)

Login Control in Visual Studio 2005

Sunday, July 8th, 2007

As the name implies login control provides GUI to log into a website. As we develop websites login feature is quite common functionality in each and every website.

(more…)

Practical Implementation of MSMQ Using ASP.Net and SQL Server

Thursday, June 7th, 2007

Microsoft Message Queuing (MSMQ) technology enables applications running at different times to communicate across different networks and even the systems that may be available. (more…)

Easiest way to implement Ajax in your ASP.Net 2.0 applications

Tuesday, May 22nd, 2007

In this article i am giving you a very usefull example, that is when you choose the country in a dropdown list which is filled dynamically and want the state comes in another dropdown will depend on the first dropdown list. To remove this post back i use ajax here. (more…)