Bharath Radhekrishna

Archive for the ‘1’ Category

BSNL JTO Exam result 2009 | JTO Results at www.bsnl.co.in | Ready2Beat
Shared via AddThis

Full gridvalues insert into database

Posted by: onetidbit on: April 9, 2009

In some situations we must insert a bunch of data into database table.
Just when we done some entry every entry must first go to gridview after all the entries completion we will push all the data by single click.
For this we need a run-time datatable:
Here is the code:
1) Decalare a Datatable globally.
DataTable dt1;
2) In [...]