post back when text is entered in text box
-
hi i have a text box in asp.net page inwhich user enters characters now i want that on every charachter entered by the user a post back occurs now it is only being occured when enter key is pressed can any one help me :doh:
-
hi i have a text box in asp.net page inwhich user enters characters now i want that on every charachter entered by the user a post back occurs now it is only being occured when enter key is pressed can any one help me :doh:
-
My i ask you why you want this functionality? my reason for asking is to best help you find the best solution. -- Christian
I want user to serach people via post code now if the user enters sy k than response should be that list of all people with post code starting form k now the user have to press enter to do that
-
I want user to serach people via post code now if the user enters sy k than response should be that list of all people with post code starting form k now the user have to press enter to do that
Would it be a solution for you to do this with ajax insteed? So that while the user is writing in the textbox they would instantly get a response from the server showing the people with the specific postal code? You could code it so that the event did not fire until a specific amount of characters where typed, for instance 4 ... -- Christian
-
Would it be a solution for you to do this with ajax insteed? So that while the user is writing in the textbox they would instantly get a response from the server showing the people with the specific postal code? You could code it so that the event did not fire until a specific amount of characters where typed, for instance 4 ... -- Christian
Thanks
-
I want user to serach people via post code now if the user enters sy k than response should be that list of all people with post code starting form k now the user have to press enter to do that
This is not a good solution. As christian suggested, you can use AJAX to get the results with out refreshing the page. AJAX toolkit comes with a suggest control, which will be suitable for your requirement.
-
Thanks
-
no problem, please consider rating my answer if you think that it helped you :) Regards Christian
IF you ask them to do then they will never rate your post , i saw many members they have written text for rating their replies as signature in their post ;)
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
IF you ask them to do then they will never rate your post , i saw many members they have written text for rating their replies as signature in their post ;)
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "