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?
You can bind the javascript function to linkbutton and it will show popup on click
if you have linkbutton as id you can use jquery to bind script
if you have linkbutton as class you can use jquery to bind script