Languages ASP / VbScript Controls/ Forms/ Dialogs/ Menus  

A GRID USING ASP

download download  
important code information
author:
Putcha Satishkumar
minimum requirements:
A GRID USING ASP description

This code is a grid using pure ASP. Its useful when you need to have a page where rows need to be dynamically generated. You can also delete rows that you do not need. I have not used any third-party components nor any VB controls. Also no session variables have been used. Clicking on "Add row" will add a new row to the grid and to remove a row(s) check the corresponing checkbox and click "Remove". Hope this bit of code is useful. Regards Putcha Satishkumar


File List:
@PSC_ReadMe_8640_4.txt1Kb
ASP_GRID/0b
ASP_GRID/asp_grid.asp4Kb
ASP_GRID/grid.jpg58Kb

Similar code
Pure ASP method to prevent automatic form submissions (Popularity: ) : A pure ASP method to generate dynamic images, without any components and very fast indeed. This example prevents automatic form ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 149
version
size in Kb 39
popularity   923/5827733
user rating 3/10
ad


New Code
Popular Code