I usually use asp tables when building applications. I have a real quick project, so I decided to use some html tables instead. I am in the code behind, and I do not see the html tables as objects that I can access. Like, with asp tables, I can access the individual rows and columns.
It this right? Is it not possible to access the html tables in the markup from the code behind?
Start Free Trial