Hello, Iam looking for asp.net programmer, The person needs to know how cms systems work. Thanks, Harjit
Hi I m alos looking for ASP.Net Programmer I have a problem with ASP:Textbox in work. My quetsion about which i need help is that "I did not found a keypress event of asp.net textbox. Plz tell me that where i will get it?" Becoz I want to apply a check on textbox that it should not take any text data from user as input except the number from 0 to 9. Thanx
I don't believ a keypress event exists in the ASP.NET realm. ASP.NET is a server-side language, and you are trying to fire an event client-side. I would us javascript to communicate to your server-side.