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
what's the difference between a normal form element and a web control element?
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="Scott M., post: 2771782"] Well, you missed the most important difference between the two... Web Form controls are server controls, which means that they are instances of classes created on the web server. As such, they can be programmed by your server-side code. HTML Form controls are simply the standard, client-side, controls of the HTML language and must be programmed only with client-side code. This main diiference has many implacations for performance and scalability. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
what's the difference between a normal form element and a web control element?
Top