I just wonder do I ever have to use the older HTML control at any
time. It would be better to only use the webbserver control.
So when is it not possible to use webbserver control
In general, there is no reason to use the HtmlControls. The main reason
they are there is for two things:
1. Your designers design in pure HTML
2. You have legacy code but no time to retool
The HTML Control model is request/response. See:
http://tinyurl.com/yh4eq3y
You have to work through the response and create the output. There are
some helps when using runat=server, but no automagic stuff.
If you go with the web server controls, you have a better model as far
as linking things together is concerned.
The only time I would consider using HTML controls, except as noted
above, is if I hit a wall and could not figure a way to use the web
server controls.
Peace and Grace,
--
Gregory A. Beamer (MVP)
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************