Creat a new row in Gridview dynamically
-
Hello Everybody, I want to design a gridview where there is a option to create a new row for the user. suppose there is a button and by clicking the button a new blank row added to the gridview. The user can add more than one row. If possible make the button present in a column of the gridview so that when the user click the button a new row created along with the button column also. plz give some idea to do or the solution. Happy Coding... :) AS@13
AS
-
Hello Everybody, I want to design a gridview where there is a option to create a new row for the user. suppose there is a button and by clicking the button a new blank row added to the gridview. The user can add more than one row. If possible make the button present in a column of the gridview so that when the user click the button a new row created along with the button column also. plz give some idea to do or the solution. Happy Coding... :) AS@13
AS
-
Hi, Thanks yaar.. But it not solve my problem... the problem is that the button should be in last column of the Gridview and user can create more than one row as per the requirement.. plz help me out.. Happy Coding :)
AS
-
Regarding the columns you can have it where ever you want. And for adding multiple rows once he has added one record afterwards he can again add another one.
Apurva Kaushal
-
But I also want to display those new entries in gridview to the user. plz send me the code if u have. Thanks
AS
-
Once he has added the row you can bind the gridview again after that you will get the gridview with the added row.
Apurva Kaushal