Thursday, March 22, 2012

Why the need for <asp:table> etc... ?

Hey all,
Quick question here. Within VS.NET there are various tags such as
<asp:Table>, <asp:TableCell>, etc... which can be used in lieu of
<Table>, <td>, etc...
Why do such replacement tags exist? Do they convey any inherent
advantage over the old ones?
Thanks!They can be created server side...they can be modified server side...it's
the entire programming paradigm of .Net...
Karl
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Roy" <roy.anderson@.gmail.com> wrote in message
news:1115647350.500258.37770@.f14g2000cwb.googlegroups.com...
> Hey all,
> Quick question here. Within VS.NET there are various tags such as
> <asp:Table>, <asp:TableCell>, etc... which can be used in lieu of
> <Table>, <td>, etc...
> Why do such replacement tags exist? Do they convey any inherent
> advantage over the old ones?
> Thanks!
>
the <asp:> control support databinding, where the standard html controls
with runat=sever do not.
-- bruce (sqlwork.com)
"Roy" <roy.anderson@.gmail.com> wrote in message
news:1115647350.500258.37770@.f14g2000cwb.googlegroups.com...
> Hey all,
> Quick question here. Within VS.NET there are various tags such as
> <asp:Table>, <asp:TableCell>, etc... which can be used in lieu of
> <Table>, <td>, etc...
> Why do such replacement tags exist? Do they convey any inherent
> advantage over the old ones?
> Thanks!
>

0 comments:

Post a Comment