DataGrid

  • Thread starter Thread starter Bhagya
  • Start date Start date
B

Bhagya

Hello,

I m a fresher...I wanted to know how to set the datasource of a
datagrid to a dataset at runtime?
 
Eliyahu said:
myGrid.DataSource=myDataSet

Did you intend to ask something beyond this?

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]


Bhagya said:
Hello,

I m a fresher...I wanted to know how to set the datasource of a
datagrid to a dataset at runtime?

Ya i wanted to know more than this. What i wanted to know was suppose i
am filling the datagrid at run time with the dataset. How can i edit
and delete those rows?
 
Back
Top