Click to See Complete Forum and Search --> : data grid in asp.net


viveka
December 24th, 2006, 04:32 AM
i have a data grid with five row and 7 column in my form,i use datareader and data table to connect the database.but i cann't able to get results such as add the data to the data base and retrieve the data from the database is not done .kindly help me to overcome the problem

karim_medusa
December 24th, 2006, 06:21 AM
hi

we need some source code to reply.

RobDog888
December 24th, 2006, 01:56 PM
Bind your datatable to your gdatagrid using the .Datasource property and the .Databind() method.