i have read and used this script
Adding Dynamic Rows in ASP.Net GridView Control with TextBoxes
it is very usful to me but i want to fetch data from sqll database and fill the newest row with it. the past row data hav to be remain same. how can i do this ???
becoz of the same name of textbox it happens. whenever i try to fetch data from database and fill textbox all rows get updated with the same data. :(