PDA

View Full Version : How to dynamically add and remove Controls in ASP.Net



manisha
03-22-2019, 06:54 AM
I have seen many application where there is a logic like
Txtname Txtlast name
<Button: Add More rows> on click on of button another row added
Txtname Txtlast name
<Button: Add More rows> on click on of button another row added
<Button: Save>
on click on save all the rows filled data is inserted in to database rows.

how to achive this logic in ASP.Net (https://crbtech.in/programmes/dot-net-training-programme)