Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
      {
          MessageBox.Show("hello");

      }


i used above code to show hello in message box.,but its not working
Posted
Comments
Vijay Walunj,Navi mumbai 3-Oct-12 2:22am    
you want to call code behind function on keypress event.is it ok if you call javascript function instead of code behind function

hi friend


try something like this,

textBox1->properties->try to find (Events option)->then select keypress option

eventually put your code within keypress function, then execute it...

regards
sarva
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900