Fabricated recordset

  • Thread starter Thread starter shikozel
  • Start date Start date
S

shikozel

I am new to asp.net. I need some good tutorial about recordset,
fabricated recordset, adapter and datagrid. How all work together. I
want to build a record set that all the time i can add row to the end
of existing rerordset. At the end I want to display the recordset on
datagrid.
Help
Moshe
 
Hi Shikozel

In aspnet works the recordset not good together with anything.

But there is a dataset (a set that goes further than the recordset which is
a table with records)

The dataset holds tables and records(rows).

Try this resource kit it is as well for C# as for VB.net and more.

http://msdn.microsoft.com/asp.net/asprk/

I hope this helps?

Cor
 
Back
Top