Hi,
I have a Browse (ok, make that a lot of Browses) that needs lots of Buttons (I counted 24 on one Browse).
My understanding is that it is better to use NetWebBrowse and make the buttons in the XHtml tab of the NetWebBrowse settings, one button for example:
<td width="10%">
<form action="BrowseTicketHistory" method="post" target=_self>
<input type="submit" value="Ticket History" >
</form>
</td>
Cool, this works pretty well. The problem is: How do I hide this button based on a session value???
Thanks
Charl