"Tony Johansson" <(E-Mail Removed)> wrote in
news:NgBQm.13193$(E-Mail Removed):
> I'm new to asp.net
> I have the following aspx page listing below in a book that I'm
> reading. The book is saying that this listing is showing a
> webbpageapplikation that is using html-server controlls.
>
> This must be wrong because this listing is using webbserver controlls
> because you have the asp prefix.
> So I just want to confirm with you that I'm is right ?
The author did not use standard terminology, so I would agree with you, but
would not get overly bent out of shape, as none of the terminology used is
100% consistent.
These are definitely NOT controls in the HTML web controls namespace and
they are what we would normally term server controls, not HTML server
controls.
Technically, you can use HTML controls as server controls, as well, if you
add runat="server" to them, so that is probably what is confusing you.
I agree with Scott that you should not let the terminology get in the way
of learning. On the other hand, feel free to float questions, as that is
one way to learn.
Peace and Grace,
--
Gregory A. Beamer
Microsoft MVP (Visual C# Architecture)
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
**********************************************
| Think outside the box! |
**********************************************