this is another question that I want to know that how to apply any jQuery function on onclick() event of Linkbutton.
I have a one Linkbutton and I want to set below jQuery function when linkbutton is clicked.
<önclick="TINY.box.show({
iframe:'User_News.aspx',
boxid:'frameless',
width:250,
height:250,
fixed:false,
maskid:'bluemask',
maskopacity:40,
closejs:function(){closeJS()}
})"
style="color: #0000FF; font-size: medium; height: 28px;"
id="l1"
runat="server">
This function gives me a popup message. So how to get this popup when linkbutton is clicked?