Hai Freinds
I am having two textbox name empame,empid i n that i am going to enter the values and insert into the grid.its is simple.but here i should not use these Datasoruce,dataset,datatable.datarow.directly if i enter it sholud go and insert in the gridview.
Tx in advance
The GridView can be bound to any collection that implements
IEnumerable.If you don’t want to use a DataTable or DataSet you could create an ArrayList and bind the DataGrid to that.