Dear Frs,
I create a gridview with text box and Dropdown control.
so that user can select value from dropdown(populate item from DB) and enter text on text boxx.
I bind this grdview with empty DB on page load.
Now i want that as user hit enter tab on text box a new row create with dropdown and text box.
i want do this only using Java script. because i dont want to go server side for add ing and deleting row.
i tryed this one http://geekswithblogs.net/dotNETvinz/archive/2009/06/04/adding-dynamic-rows-in-gridview-with-textboxes.aspx but not as i want.
I want add /delete row/com of gridview using java script only
Its very urregent dear so please fast reply if some one having solution. please copy/paste a ccomplete code for this
Thanks in advance
View Complete Post