|
-
Oct 31st, 2006, 10:16 PM
#1
Thread Starter
Addicted Member
[2005] datatable in asp.net 2005
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
-
Oct 31st, 2006, 10:40 PM
#2
Thread Starter
Addicted Member
Re: [2005] datatable in asp.net 2005
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
Last edited by jnaneswari; Nov 1st, 2006 at 05:11 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|