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.txt
1Kb
ASP_GRID/
0b
ASP_GRID/asp_grid.asp
4Kb
ASP_GRID/grid.jpg
58Kb
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 submission by robots. If your web site is being overwhelmed with spam, automatic registrations or automatic forum submissions etc. then ...