On Tue, 2 Dec 2003 21:07:44 -0600, "Matt Slay"
<mattslay@jordanmachine.com> wrote:
[color=blue]
>In what application does one write all these ASP programs? NOTEPAD?[/color]
At times, yes.
[color=blue]
>All the examples of code I see are all just text.[/color]
Well, that's all it is. In any language actually. :)
[color=blue]
>Is there not an IDE
>interface, such as what
VB or Visual Foxpro has for designing the web pages
>layouts,adn adding all the fuinctionality into the command buttons? Or does
>one just open up a text editor and bang away? It seems like a TON of work.[/color]
You want VisualStudio. Get the .NET version, since you'll move that
way anyway. It's the new generation of the
VB and VFP IDE's.
[color=blue]
>I that what ASP.net is... an IDE for ASP development? I just don't see what
>all the fuss is about, but I am curious.[/color]
Curious is good. Curious enough to actually investigate and learn is
better. Start at Microsoft.com.
[color=blue]
>I guess I've gotta get into the idea of having my users run my apps through
>a web browser, instead of installing the (
VB or Foxpro) app on each
>computer.[/color]
Wave of the future, my boy. :)
[color=blue]
>I would love to see a sample ASP app that would let the user enter the specs
>for a circular bolt hole pattern, and then display the hole corrdinates in a
>grid (i guess that would be a "table", not a grid)[/color]
Grids exist in ASP.NET. In fact, that's the natural extension of your
current experience. And a different newsgroup. Try the .NET groups,
and gotdotnet.com.
Jeff