About Textbox

Hey, There is a textbox , user gives continues input using that textbox . Now he wants to see the previous input so he presses up arrow form the keyboard to retrive the previous input and down arrow form the key board to get current input . so i would like to know how to do this With regards Yeshwath kumar

2 Replies

AD Administrator Syncfusion Team September 1, 2006 08:59 AM UTC

just keep a list of strings that are his inputs. Every time the user inputs text in the textbox u should catch that event and add the current string to the list of inputs. Everytime the user presses up or down arrow u have to catch that event and display the correct string on ur textbox looking at ur string list....

hope u understand this....

>Hey,
>
> There is a textbox , user gives continues input using that textbox . Now he wants to see the previous input so he presses up arrow form the keyboard to retrive the previous input and down arrow form the key board to get current input . so i would like to know how to do this
>
>With regards
>Yeshwath kumar


TL Tuan le anh October 25, 2006 07:01 AM UTC

I can write to number pages in richtextbox?


Loader.
Up arrow icon