key press event of textbox in asp.net without javascript

C

Chetana

hi
I want to write a code on text chenging(textBox1_KeyPress) event of
textbox as we do in windows , but i am unabel to do it in asp .net coz
we get only textchanged event. In my application i want to search name
with entered text (without on click).i.e i dont want textchanged
event coz in this event after entering text we have to click outside
to go to textchanged event .
i dont want that click .
somebody suggest me solution for this .
thanks in advance
 
M

Mr. Arnold

Chetana said:
hi
I want to write a code on text chenging(textBox1_KeyPress) event of
textbox as we do in windows , but i am unabel to do it in asp .net coz
we get only textchanged event. In my application i want to search name
with entered text (without on click).i.e i dont want textchanged
event coz in this event after entering text we have to click outside
to go to textchanged event .
i dont want that click .
somebody suggest me solution for this .
thanks in advance

You can do it with JavaScript, Ajax Pro for .Net and a HTML input Textbox's
events. If I am correct, Ajax Pro for .Net is free. The CodeBehind file is
used as a proxy. There are lots of howto(s) in using JavaScript and Ajax out
on Google.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top