Results 1 to 2 of 2

Thread: [2005] datatable in asp.net 2005

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2006
    Posts
    244

    [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

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    May 2006
    Posts
    244

    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
  •  



Click Here to Expand Forum to Full Width