Tuesday, January 23, 2007

Show data in DataGrid.....

Datagrid is a very much powerful control in ASP.Net. I used this control very friequently to show the data. It is very interesting to use it.
I will not go to much theory. My aim to just pratical and code.

On a web page named as "frmNewUser".....my grid name is "grdUser".
Two most important method of DataGrid is... datasource() and databind().

In grid 'grdUser', i am showing the detail of the user.

No comments:

Post a Comment