Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
difference between htmlcontrols and web control.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="David Wier, post: 2840104"] Many web controls (which, in turn, return HTML to the web browser) have properties and methods added to them, which are unavailable in their HTML counterparts. By adding and ID and a Runat=Server to html controls, you essentially make it a generic html control, without the built in additions of some of the ASP.NEt Server controls. I use basic HTML for my tables most of the time, though a few times, I found that I needed the added functionality of the server controls. David Wier MVP/ASPInsider [URL]http://aspnet101.com[/URL] [URL]http://aspexpress.com[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
difference between htmlcontrols and web control.
Top