ASP .NET DataGridColumns assembly
Version 1.2.6          April 2008
Copyright (C)2001-2008 RustemSoft
___________________________________________________________________________

Congratulation on your free license of DataGrid Columns ASP .NET assembly!

We know that you will enjoy using your new  ASP .NET  assembly and we hope
you will come to rely on our website whenever you decide to choose another
reliable controls and .NET libraries for your programming needs. 
RustemSoft.com will be updated soon with new interesting software.

For more information about DataGridColumns ASP .NET assembly  please visit:
http://RustemSoft.com/ASPDataGridColumns.htm

Please report any suggestions, comments, etc. to http://RustemSoft.com/support.asp

Thank you for choosing us!

.NET components Development Team
RustemSoft.com
___________________________________________________________________________

Setup
___________________________________________________________________________

Please follow the steps:

- Download ASPDataGridColumnsTrial.zip file

- Open MS .NET Development Environment and create a new Web project

- Place  the downloaded  zip file into  the new  project's  directory.  For 
example, you created  project in http://localhost/WebApplication1.  On your 
server  hard-drive  it  suppose  to  be  C:\Inetpub\wwwroot\WebApplication1
directory.  Unzip  the  ASPDataGridColumnsTrial.zip  into  that  directory.

- In your new project's Solution Explorer  select Project from the menu bar

- Choose 'Add Existing Item' from the drop down menu

- Browse to and choose Cars.aspx (You need to add .ASPX file!)

- And then browse to and choose ComboInterfacePage.aspx

- And then browse to and choose DatePickerObject.aspx

- And then browse to and choose TextEditPage.aspx

- Set Cars.aspx as Start Page for your project. Just right-click on name of 
the Cars.aspx in Solution Explorer and choose "Set as Start Page".

- You have to have administrator  access to your web server.  Open  windows 
explorer and navigate to the new  project's folder where Samples.mdb Access 
database is  unziped. Right-click and  open the properties  page, click the 
security  tab,  and  grant  the  IUSR_computername  user  account  'Modify' 
permissions to  the folder  and the Samples.mdb file.

See SampleSetup.htm for more detailed explanation how to setup the samples.
___________________________________________________________________________

Add a Reference to ASPDataGridColumns.dll 
___________________________________________________________________________

Suppose you are building a project using Visual Studio.NET,  and you decide 
that  you want  to start  consuming  RustemSoft  ASP  DataGridColumns  .NET 
assembly for an ASP .NET DataGrid control on your .aspx Page.The first step 
that  you will generally  take is,  you will  add a reference  to  the  ASP 
DataGridColumns .NET assembly, which is residing in some directory  on your 
server. Visual Studio .NET will then add a new item under Solution Explorer 
called 'References', and it will create a row node underneath it called ASP 
DataGridColumns.
In order to add the reference to ASP DataGridColumns .NET  assembly  please 
follow the steps:

- Select Project from the menu bar
- Choose Add Reference from the drop down menu
- Click on the Browse button
- Browse to and choose ASPDataGridColumns.dll

The second step, your need to import the RustemSoft namespace by adding the 
line:
<%@ Register TagPrefix="RustemSoft" Namespace="RustemSoft" Assembly="ASPDataGridColumns" %>
to the top of your ASP.NET Web page.

The Reference to the .NET RustemSoft namespace is a requirement and must be 
added to a project  before the objects in  the RustemSoft namespace  can be 
used.  The VB .NET  Imports statement  ( or C# using statement )  is not  a 
requirement and is simply a coding convenience that allows shorter names to 
be used. You can add the statement to your code (code behind your aspx):

VB .NET
Imports RustemSoft

C#
using RustemSoft;

___________________________________________________________________________

Download the DataGridView Columns .NET assembly samples for VB.NET and C#:
http://RustemSoft.com/DataGridViewColumnsTrial.zip
that show how you can use the RustemSoft Columns for Windows Forms .NET 
datagridview (.NET 2.0 or later) control.

