Click here to Skip to main content
15,611,775 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
sir i want to use key events in asp.net how can i use? is it possible to use key events in asp.net?
example- keypress, keydown.
Posted

 
Share this answer
 
Comments
chandrashekhar racharla 2-Dec-11 2:24am    
Good links Raja
Abhinav S 2-Dec-11 3:07am    
Good links. 5.
member60 2-Dec-11 3:39am    
My 5!
You need to underestand the event handling technique in ASP.Net.
Events are handled on the server side - see http://msdn.microsoft.com/en-us/library/6w2tb12s(v=VS.100).aspx[^] on how to add events to your code.

In case you need client side events, you need to add events to the scripting language you are using on the client side.
 
Share this answer
 
Comments
thatraja 2-Dec-11 4:23am    
5!
Abhinav S 2-Dec-11 4:56am    
Thank you.

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