Think Ana's link is more than enough for the query. In case, if you feel struggle, learn respective data adapter class(eg: SqlDataAdapter Class) & DataSet class
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqldataadapter.aspx http://msdn.microsoft.com/en-us/library/system.data.dataset.aspx On Aug 28, 7:05 pm, himanshu kaushik <[email protected]> wrote: > i want codes in C# as well as on website based not console > > On 8/27/09, Ana <[email protected]> wrote: > > > > > > > Here is a link that may help you: > >http://msdn.microsoft.com/en-us/library/33y2221y.aspx > > > Ana > > > On Aug 27, 10:22 am, himanshu <[email protected]> wrote: > > > i hv a datatable and i added rows and column in it now i want to > > > insert my datatable rows in my database's table.how to insert the rows > > > of datatable in database. > > > thank u
