Responding to button events using Javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • reena123
    New Member
    • Sep 2007
    • 1

    Responding to button events using Javascript

    Hi
    I want to know how to display characters continuously in the textbox where the characters were got from the button control...In the buttton m having from A to Z and space bar n backspace n also Enter button too...Each characters in single button...
    So whenever i click the button immediately it have to show the values in the button to the text box continuously .......I want to do it in asp.net using javascript..Can u help me..As being very new to these areas i couldn't catch it soon...
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by reena123
    Hi
    I want to know how to display characters continuously in the textbox where the characters were got from the button control...In the buttton m having from A to Z and space bar n backspace n also Enter button too...Each characters in single button...
    So whenever i click the button immediately it have to show the values in the button to the text box continuously .......I want to do it in asp.net using javascript..Can u help me..As being very new to these areas i couldn't catch it soon...
    Well then what do you have so far? Do you know how to write Javascript functions?

    Comment

    • dip_developer
      Recognized Expert Contributor
      • Aug 2006
      • 648

      #3
      Originally posted by r035198x
      Well then what do you have so far? Do you know how to write Javascript functions?
      if you know how to call a javascript function in the Click event of a button then its pretty simple......... .just assign the Text of the button to the Textbox text........wha t is your problem......?? ???

      Comment

      Working...