Monday, March 26, 2012

This is a basic overall question. Please note I am new

This is a basic overall question. Please note I am new
to ASP!

I am currently running IIS 5/Access 2000/Windows 2000 and
have developed a web application.

Quote:

Originally Posted by

>From what I have been told, to really emulate a


master/detail form, the best way would be to use ASP.net
to do so.

1. is that true?
2. if so, does ASP.net run against Access or SQLServer?
3. what would I need to purchase to emulate this?

Thank you for your help.

Chow Waihkhellhkhell@.hotmail.com wrote:

Quote:

Originally Posted by

This is a basic overall question. Please note I am new
to ASP!
>


Hi, Chow.

Quote:

Originally Posted by

I am currently running IIS 5/Access 2000/Windows 2000 and
have developed a web application.
>

Quote:

Originally Posted by

From what I have been told, to really emulate a


master/detail form, the best way would be to use ASP.net
to do so.
>


ASP.Net has some really nice features for beginners. If you have a copy
of Visual Web Developer Express
[http://msdn.microsoft.com/vstudio/express/vwd/] you can very quickly
put together a web app without any real need for custom programming.

Have a look at the samples here
[http://msdn2.microsoft.com/en-us/library/stc0szde.asp]

Quote:

Originally Posted by

1. is that true?


It's definitely a pretty good way, and if you're happy with the
defaults provided by Microsoft, you can do it really REALLY easily.

Quote:

Originally Posted by

2. if so, does ASP.net run against Access or SQLServer?


Yes. And Oracle, and MySql, and flat text files if you're so inclined.

Quote:

Originally Posted by

3. what would I need to purchase to emulate this?
>


Nothing! If you've already got Access, that will do nicely as a
database for playing around with. ASP.Net has classes for communicating
with Access out of the box, so you shouldn't have any problems.

Quote:

Originally Posted by

Thank you for your help.
>


One thing, you mention that you've already developed a web
application... waht have you developed, what have you written it in,
and why are you considering ASP.Net to run just a small part of it? Or
have I misunderstood?

Quote:

Originally Posted by

Chow Wai


Scott Mitchell has written some excellent ASP.NET tutorials that
demonstrate how to build master/detail pages:

http://www.asp.net/learn/dataaccess...tabid=63#master
hkhellhkhell@.hotmail.com wrote:

Quote:

Originally Posted by

This is a basic overall question. Please note I am new
to ASP!
>
I am currently running IIS 5/Access 2000/Windows 2000 and
have developed a web application.
>

Quote:

Originally Posted by

From what I have been told, to really emulate a


master/detail form, the best way would be to use ASP.net
to do so.
>
1. is that true?
2. if so, does ASP.net run against Access or SQLServer?
3. what would I need to purchase to emulate this?
>
Thank you for your help.
>
Chow Wai


<hkhellhkhell@.hotmail.comwrote in message
news:1159516927.801834.168640@.i3g2000cwc.googlegro ups.com...

Quote:

Originally Posted by

This is a basic overall question. Please note I am new
to ASP!
>
I am currently running IIS 5/Access 2000/Windows 2000 and
have developed a web application.
>

Quote:

Originally Posted by

>>From what I have been told, to really emulate a


master/detail form, the best way would be to use ASP.net
to do so.
>
1. is that true?


It is easy with a GridView and DetailsView, so if easy is your criteria for
best, then I would say yes.

Quote:

Originally Posted by

2. if so, does ASP.net run against Access or SQLServer?


Both.

Quote:

Originally Posted by

3. what would I need to purchase to emulate this?


Visual Studio, but you can download the free versions to get started:
http://msdn.microsoft.com/vstudio/express/default.aspx
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
*************************************************
Think outside of the box!
*************************************************
If you have .NET 2.0 (Visual Studio 2005) master forms are supported by
default on it and are basically effortless to implement... ASP.NET can run
against any OLEDB or ODBC database provider or SQL Server Client, as long as
you have the provider installed on the host system (OLEDB Drivers, or ODBC
drivers)

<hkhellhkhell@.hotmail.comwrote in message
news:1159516927.801834.168640@.i3g2000cwc.googlegro ups.com...

Quote:

Originally Posted by

This is a basic overall question. Please note I am new
to ASP!
>
I am currently running IIS 5/Access 2000/Windows 2000 and
have developed a web application.
>

Quote:

Originally Posted by

>>From what I have been told, to really emulate a


master/detail form, the best way would be to use ASP.net
to do so.
>
1. is that true?
2. if so, does ASP.net run against Access or SQLServer?
3. what would I need to purchase to emulate this?
>
Thank you for your help.
>
Chow Wai
>

0 comments:

Post a Comment