Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Attached the image, please find that, in that image there is a "add client" option is there , when we click that button more tables will be adding(Dynamically adding the rows). There is a calender tool is also there, if we click any particular date that details should be display in grid view rows.That text boxes should accepts only numeric values.(Characters never display).

I was taken "project" file not "Website" , when we check the text box properties there is an option "Event" , in "Event" there is no "Key press" option because i am taken project file . Is there any way to come out from this problem?
Posted
Comments
OriginalGriff 6-Dec-11 3:07am    
You forgot the image.
And without it, your question does not make a lot of sense. I have my doubts that it will make much sense even with the picture, but we will see.
Use the "Improve question" widget to edit your question and provide better information.

1 solution

If you are developing a website, TextBox does not have an event 'KeyPress'. It is available in Windows applications.

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.textbox.aspx
 
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