developer155
Programmer
I have a user control and I have a href link on that control. When the link is clicked I need to bring up a pop up. So I added a C# function in code-behind to fire a pop up (there are some complex conditions) and I am trying to call that function from A href tag HTML tag of the user control like this:
<a href....... onclick="<%FirePopUp();%>">
but it is not working, I am trying to debug but it does not go into the function when I click on the link
Am I doing this wrong?
thanks
<a href....... onclick="<%FirePopUp();%>">
but it is not working, I am trying to debug but it does not go into the function when I click on the link
Am I doing this wrong?
thanks