I have datatable which is bound to a Gridview on page to show data.
then I have a Add new button which opens up a Usercontrol in a Bootstrap Modal.
This Addnew usercontrol needs to have a form to enter the details
ID
Address
State
City
Countriy
These details are added to the datatable ,
I am looking for a way which allows same Datatable object to be created in a Webform then rows added to it
in a usercontrol. Which are than visible on the Webform.
Go to the complete details ...