Hello,
how to bind dataset values to the datatable, for datatable there is no datasource property .
Please help me to solve this problem
thanks in advance
Printable View
Hello,
how to bind dataset values to the datatable, for datatable there is no datasource property .
Please help me to solve this problem
thanks in advance
i came to know how to bind dataset to datatable
dt= ds.table(0)
it is working
but i have one more problem
i am having one datatable , i am binding the datatable with dataset and after binding to datatable i want to insert multiple rows to the same datatable using the text box values.Is it possible to do so. how can i achieve this.
Kindly help me to solve this
Thanks in advance