i want to create a web page with a textbox and a gridview. as you type in the textbox i want the content of grid view to be retrieved from database according to the text of textbox. i am also using ajax. is there any way to get the text from textbox as user types in and pass it to the server side code? i searched on google but the only thing i got was keypress event using jquery or java and display it using java again. but there was nothing about passing it to the code behind.
Thanks and pardon my poor English :(