473,320 Members | 1,846 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

difference between HTML controls, HTML server controls , ASP.Net controls?

What is the difference between HTML controls, HTML server
controls , ASP.Net controls?

Which will give more performance?
Jul 21 '05 #1
1 9583
HTML controls are the native browser elements, such as buttons, textboxes,
tables, etc.

There aren't any "HTML server controls" per se, but there are frameworks
such as ASP.NET that make it seem as though you can inject server-side logic
inside HTML pages by using server-side controls. These pages are not really
HTML pages because they are interpretted by a runtime on the server before
the HTML is sent to the browser. As a result, they usually have different
file extensions (such as .asp or .aspx) so the server knows which files to
interpret (the ASP.NET files) and which to send as-is (the HTML).

ASP.NET controls are executed on the server, with the resultant HTML sent to
the client. ASP.NET controls also emit JavaScript when applicable (such as
for client-side validation) to improve performance. A big benefit to ASP.NET
is that emits standards-based content to a varied array of browsers so
there's no deployment required for end users.

As for performance, the best bet is probably to make any files that have no
dynamic content plain HTML and make all dynamic pages in ASP.NET.

"Hari" <an*******@discussions.microsoft.com> wrote in message
news:04****************************@phx.gbl...
What is the difference between HTML controls, HTML server
controls , ASP.Net controls?

Which will give more performance?

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Ralph Krausse | last post by:
I know more html is needed to really produce this but enough is here for me to ask my question. So, this HTML code produce 2 buttons. One button is a HTML control and the other is ASP Web or Server...
1
by: eNathan | last post by:
I want to be able to disable\enable controls on the client via client-side scripting. I'm trying to avoid a postback. I'd like to use HTML and server-side controls on the same page. In code-behind...
4
by: clintonG | last post by:
Technically speaking, this issue is not about modifying the HTML generated by server controls but preceding the HTML generated by server controls with an HTML control generated on the basis of the...
1
by: Hari | last post by:
What is the difference between HTML controls, HTML server controls , ASP.Net controls? Which will give more performance?
4
by: Paul | last post by:
Hi all, I have a page with a mutli view control where one of the views needs to contain a separate HTML get form with a submit button that goes to another page. In ASP this was no problem -...
2
by: Raj Dhrolia | last post by:
Hi Everyone, I have some HTML snippets (with about 15 HTML controls) that needs to be embedded into my server control. I need these HTML controls on client side for some processing (JS). What...
1
by: shri124 | last post by:
please tell me what is the difference between the client side and server side controls?
2
by: gauravwadhawan | last post by:
can anybody tell me Exact difference b/w HTML controls and web controls
33
by: MC | last post by:
Hey, I have a need to get HTML from a client back to a server to do server processing. I would like the HTML and form data both. Is there a simple way to capture that? I do not want to submit...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.