-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Saravana
Message 2 in Discussion

These are the advantages and disadvantages of web server controls against other 
controls   Web Server controls:  Advantages:
a.. Code similarity between VB.NET and your ASP.NET(Model similar to VB)
b.. No issues for compatibility issues of Browsers i.e page that might be used by both 
HTML 3.2 and HTML 4.0 browsers code to be written by you.
c.. Newer set of controls that can be used in the same manner as any HTMl control like 
Calender controls. (No need of Activex Control for doing this which wud then bring up 
issues of Browser compatibility.
d.. Processing would be done at the servere.. In built funtionality to check for few 
values(with Vlidation controls) so no need to choose between scripting language which 
wud be ncompatible with few browsers Disadvantages:
a.. The control of the code is inbuilt with the web server controls so you have no 
much of direct control on these controls
b.. Migration of ASP to any ASP.NET application is difficult. Its equivalent to 
rewriting your new application  
HTML Server Controls  Advantages:
a.. Model similar to  HTML
b.. Here the controls can be made to interact with Client side scriptingc.. processing 
wud be done at client as well as server depending on your coded.. Migration of the ASP 
project thought not very easy can be done by giving each intrinsic HTML control a 
runat = server to make it HTML Server side control Disadvantages:
a.. You would need to code for the browser compatibility
 
HTML Intrinsic Controls 
Advantages:
a.. Model similar to HTML
b.. Here the controls can be made to interact with Client side scripting
c.. processing wud be done at client as well as server depending on your code 
Disadvantages:
a.. You would need to code for the browser compatibility  Note : Any new application 
you would start recommended would be Web server controls as they have richer model and 
also processing being done in the server are faster than normal controlsAny older ASP 
application whic need to be migrated you can 
convert a normal HTML intrinsic control to HTML server control so that both client 
side and server side script written earlier works fine 
without any more efforts     -Saravana

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to