Asp: ImageButton won't start in asp.net UpdatePanel?
4 answers
I had a similar problem in a GridView, but it was solved by using an Image inside a LinkButton. http://netpl.blogspot.com/2008/01/imagebutton-in-templatefield-does-not.html for more information.
+1
source to share
txtmail.Attributes.Add ("onkeydown", "if (event.which || event.keyCode) {if ((event.which == 13) || (event.keyCode == 13)) {document. getElementById (' "+ Ibtnsend.UniqueID +" '). Click (); return false;}} else {return true}; ");
OnKeyDown = "submitOnEnter (this.Form1.Ibtnsend)"
0
jagadish
source
to share