Thursday, May 20, 2010

Second Example on JavaScript in ButtonASP Net

2 comments:

  1. please upload video of jquery and javascript examples

    ReplyDelete
  2. 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()");

    ReplyDelete