Mimicking MS Access interface in .ASP.NET 2.0

K

kmeezy

Hi all,
As a learning project I would like to recreate a project that I made in
MS Access within ASP.NET. Could someone help by commenting on the
correctness of my statements below and also by making suggestions?
Thanks!

1) In Access, you can create a form that gets it's values from a
multi-table query. In ASP you can create a web page that gets it's
values from a multi-table DataSet. This is the first step to complete
this project.

2a) In Access, at the bottom of the form you can show Navigation
buttons which allow you to select which record you are viewing...and
you can view one record at a time. The form's information is stored in
a RecordSet. Also, using the center mouse wheel you can quickly scroll
through records one-by-one within the recordset.
2b) In ASP, the Dataset (as apposed to the RecordSet in Access) can be
stored several different places from the Session to the ViewState among
others. (I'm still fully grasping all of the places to store this
information.) So, my question is this--the Dataset could be a large
table so I've been reading that this information shouldn't be stored in
the ViewState for performance reasons...however, if I want to make a
web page that acts just like the Access form with Nav buttons and mouse
scroll record selecting:

**how should I store DataSet information?
**how what's the best way to program the Nav buttons? Is there a
pre-built web object that does this?

I'd love coding samples if you have them!

thanks much,
kmeezy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top