WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Using <ASP:TABLE> controls in .NET and making it accessible

for

From: Thomas Ferran
Date: Feb 14, 2004 6:22PM


PLEASE REMOVE ME FROM THIS STRING!!!!!
----- Original Message -----
From: "John Hamman" < <EMAIL REMOVED> >
To: < <EMAIL REMOVED> >
Sent: Wednesday, February 11, 2004 11:21 AM
Subject: RE: Using <ASP:TABLE> controls in .NET and making it accessible


> Actually I ment does your code look like this
>
> Table tbl = new Table();
> TableRow tr = new TableRow();
>
> Or does it look like this?
>
> <asp:Table id=mytable runat=server>
> ......
> And are you putting binding anything to the table.
> Because if you are not binding anything, then its probably pointless and
> extra work to make a asp:table.
> Only use it if you are binding to it.
>
> john
>
>
>