|
How to fire JavaScript function on click of the asp:ImageButton?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET ImageButton
Same as asp:Button control by specifying OnClientClick property. Read the asp:Button control example.
|