The instruction below describes how to easily deploy the ASP DataGridColumns assembly samples to your web server computer.
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 created project 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

Note: If you don't have a Security tab on the Properties dialog, do this:
 Open Windows Explorer
 Choose Tools | Folder Options...
 Open the View tab.
 Scroll down and deselect 'Use simple file sharing (recommended)'.

 Add Reference to ASPDataGridColumns.dll
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

 Run the project
|