Hi Emu,thanks for uploading gr8 videos! I will just add on to it, onblur attributed for button can be used first setting button1.focus() in page load and then just changing focus from button to some other control like textbox. Button1.Focus(); Button1.Attributes.Add("ONBLUR", "ex1()");
please upload video of jquery and javascript examples
ReplyDeleteHi Emu,thanks for uploading gr8 videos!
ReplyDeleteI will just add on to it,
onblur attributed for button can be used
first setting button1.focus() in page load
and then just changing focus from button to some other control like textbox.
Button1.Focus();
Button1.Attributes.Add("ONBLUR", "ex1()");