HighTechTalks DotNet Forums  

ASP.Net Forms

Dotnet Data Tools microsoft.public.dotnet.datatools


Discuss ASP.Net Forms in the Dotnet Data Tools forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
quixote
 
Posts: n/a

Default ASP.Net Forms - 03-12-2005 , 02:55 PM






Hello,
I am starting to visit .NET development. Surfing through all the information
I think I am getting confused between using the RAD environment and when to
use code.
I would like to re-create a form that was originally done in Access.
I need to open the form, be able to scroll(back and forth) through a
recordset and add/edit records. Also, like in Access, you can put a search
button on a form and it will search through the recordset and return the
record you request.
What is the best way to do this? Or if anyone could point me to a tutorial
for this it would be much appreciated.

Thanks

Reply With Quote
  #2  
Old   
Alvin Bruney [MVP - ASP.NET]
 
Posts: n/a

Default Re: ASP.Net Forms - 04-24-2005 , 05:52 PM






This model no longer exists in .NET (not that it can't be built). The new
paradigm is that you pull back all the data you will need from the database
and bind it to a control (such as a datagrid). Then you page thru the
results. The difference here is that the datagrid operates on data that
isn't tied to the database. In the older model, the navigation menu needs to
go back to the database each time it needs data. The old model doesn't scale
well. The new model presents new problems but it does scale. Makes sense?

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
"quixote" <quixote (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hello,
I am starting to visit .NET development. Surfing through all the
information
I think I am getting confused between using the RAD environment and when
to
use code.
I would like to re-create a form that was originally done in Access.
I need to open the form, be able to scroll(back and forth) through a
recordset and add/edit records. Also, like in Access, you can put a search
button on a form and it will search through the recordset and return the
record you request.
What is the best way to do this? Or if anyone could point me to a tutorial
for this it would be much appreciated.

Thanks



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.