J
JohnE
Hello. I have an asp:Button that in the click event I would like to have it
run a javascript function (function ProteusListPrint()). I currently have
the following in the click event;
btnProteusListPrint.Attributes.Add("onclick", "ProteusListPrint()");
This is not working. Am I missing something or is this not the correct way
to reference it in the click event of the button (C#)?
Thanks... John
run a javascript function (function ProteusListPrint()). I currently have
the following in the click event;
btnProteusListPrint.Attributes.Add("onclick", "ProteusListPrint()");
This is not working. Am I missing something or is this not the correct way
to reference it in the click event of the button (C#)?
Thanks... John