M
mark4asp
Which should I use:
1. "ASP.NET AJAX-Enabled Web Site" or
2. "AJAX Control Toolkit Web Site"?
In the first, controls from the control toolkit start as:
<cc1:SomeControl></cc1>
In the 2nd, those controls are: <ajaxToolkit:SomeControl></
ajaxToolkit>
As soon as I have entered the first control from the AJAX toolkit to a
type 1 website, I notice that the code in the /bin folder is bloated.
Am I right in thinking that the main (only?) advantage of type 1 is
that one doesn't need to use the Ajax toolkit (and may save oneself
the trouble of (automatically) adding the supporting dlls to one's
site?
I am inclined to use type 2 because:
a) I'll probably always use at least one control from the toolkit,
b) I think <ajaxToolkit:SomeControl></ajaxToolkit> is more meaningful
than <cc1:SomeControl></cc1>,
c) I have gigabytes of spare room on my server anyway.
1. "ASP.NET AJAX-Enabled Web Site" or
2. "AJAX Control Toolkit Web Site"?
In the first, controls from the control toolkit start as:
<cc1:SomeControl></cc1>
In the 2nd, those controls are: <ajaxToolkit:SomeControl></
ajaxToolkit>
As soon as I have entered the first control from the AJAX toolkit to a
type 1 website, I notice that the code in the /bin folder is bloated.
Am I right in thinking that the main (only?) advantage of type 1 is
that one doesn't need to use the Ajax toolkit (and may save oneself
the trouble of (automatically) adding the supporting dlls to one's
site?
I am inclined to use type 2 because:
a) I'll probably always use at least one control from the toolkit,
b) I think <ajaxToolkit:SomeControl></ajaxToolkit> is more meaningful
than <cc1:SomeControl></cc1>,
c) I have gigabytes of spare room on my server anyway.