X
xzzy
I have hit a wall with not being able to enumerate the items collection in a
table row.
given:
<table runat=server id=table1>
<tr>
<td id=AAA>HowToReferenceThisValue</td>
etc...
from code behind, how can I iterate thru / parse the html table to get AAA's
text => 'HowToReferenceThisValue'
table row.
given:
<table runat=server id=table1>
<tr>
<td id=AAA>HowToReferenceThisValue</td>
etc...
from code behind, how can I iterate thru / parse the html table to get AAA's
text => 'HowToReferenceThisValue'