Hello ....
am trying to develop a grid control dynamically adding rows and deleting
columns...
is there anything available readily as free source..just resembling coldfusion
grid....
ok...i cant find till so i tried to develop on my own..i was just using an
iframe and another form having two buttons as ADD and DELETE and two hidden
tags for holding row values and column values..to start the row value will
be 0 columns can be predefined......when add is clicked the
row will be added by one and the iframe has to be refreshed with new sert
of controls...by looping and parents.frame(0).documents.add("<input type=text
name = row" + rowVal + " Col " + colVal + ">");
this is my idea..but i couldnnt refresh the iframe ..i heared i can by using
clear function...
any advice and help in this regard is welcome