Similar question to one i posted recently. What is the syntax to refer to the value of a DropDownlist selection from within a call to a javascript function:
===========================================================
<td>
<a class="CommandButton" runat="server" href="javascriptpenWindowScroll('admin/Homepage.aspx?companyid=<%# DataBinder.Eval(allCompanies.SelectedItem.Value) %>')">Preview Member HomePage</a>
</td>
===========================================================
cheers,
si
===========================================================
<td>
<a class="CommandButton" runat="server" href="javascriptpenWindowScroll('admin/Homepage.aspx?companyid=<%# DataBinder.Eval(allCompanies.SelectedItem.Value) %>')">Preview Member HomePage</a>
</td>
===========================================================
cheers,
si