7/1/08 - 8/1/08

Making a small Popup picture on mouse over event

< %@ Page Language = " C# " AutoEventWireup = " true " CodeFile = " MouseOverGrid.aspx.cs " Inherits...

santosh 31 Jul, 2008

Enum With String Values In C#

In this post, I will show how to assign a string value to an enum(In C# you cannot have an enum that has string values) Step1 First I...

santosh 31 Jul, 2008

Using ArrayList as DataSource for Gridview-ASP.NET

Let us suppose that you have four controls (TextBox, DropDownList, ListBox ), and your requirement is that when the user enters texts or m...

santosh 31 Jul, 2008

Binding a Dropdownlist to Enumeration Values in ASP.NET

< %@ Page Language = " C# " % > < %@ Import Namespace = " System " % > < %@ Import Namesp...

santosh 30 Jul, 2008

How To Post Data From One ASP.NET WebPage To Another Application

This article will show you how to post data from one page to another in the ASP.NET web application. I recently worked on one project in wh...

santosh 30 Jul, 2008