Difficult to say without knowing what control it is... You say it's not a
server-side control, so is it an ActiveX control or a Java applet...?
It's a control built inside the HTML of the page but it does not have
the runat="server" tag in it. So I don't have a way to access it in
VB.NET.
I'm relatively new to ASP.NET (some training) so am not real sure the
best approach at grabbing this control and it's data.
Here is a sample of what the first part of the control's code looks
like in the HTML. I don't have any way that I can see to grab this
"DataTable" control (and it's data) inside VB.NET:
<table id="DataTable" dataSrc="#ReportResult" cellSpacing="0"
cellPadding="1" border="1">
<THEAD>
<TR>
<td class="COLHDR2" onclick="SortFields('@SomeDBParameter')"
width="65">SomeDBValue</td>
<td class="COLHDR2" width="70"
onclick="SortFields('@AnotherDBParameter')">AnotherDBValue</td>