HI All,
I am having a client side code :
and in the Code Behind i have a logstats function as
I am getting an error which says hiddenfield1 does not exist in current context, for the onclicksrrver event.
CAn anyone help me with the error.
Many Thanks,
Bh
I am having a client side code :
Code:
<asp:HiddenField ID="hiddenfield1" runat="server" Value='<%# Eval("Id") %>' />
<a runat="server" id="hlViewPropertyAddressDetail" onserverclick="logstats(hiddenfield1)">
Code:
public void logstats(string id)
{
....
.
.
.
.
}
CAn anyone help me with the error.
Many Thanks,
Bh
Comment