Re: How to automaticly retrieve a new record(new line)
- From: v-kevy@xxxxxxxxxxxxxxxxxxxx (Kevin Yu [MSFT])
- Date: Wed, 21 Dec 2005 02:09:31 GMT
Hi,
If you're working on a .NET app, I think .NET datagrid control will meet
all the needs. You can just bind the control to a DataSet as datasource
like the following:
dataGrid1.DataSource = dataSet;
Then the DataGrid will do everything for you. HTH.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
.
- References:
- Re: How to automaticly retrieve a new record(new line)
- From: Stephen Howe
- Re: How to automaticly retrieve a new record(new line)
- Prev by Date: Re: mdac 2.8 question
- Next by Date: Re: Parallel Connections
- Previous by thread: Re: How to automaticly retrieve a new record(new line)
- Next by thread: Re: Creating a connectionstring in .NET
- Index(es):