Hi,
Here's is something which sounds so simple to do . . . . but is proving a mega headache.
In a nutshell, I have a text box box and an asp:net form on a web page (C#). A user types in a value and presses the enter or return key. This then sends the user entered value to the database (stored procedure), returns the value and displays it in the form.
This works well but the user wants the following behaviour: type in value, retrieve value, reset the text box with focus and default value of null . . . .. (easy enough) . . . . . . but still keep on screen the original returned value (how to do this?) until a new value is entered.
Is anyone able to point me in the right direction for this?
Here's is something which sounds so simple to do . . . . but is proving a mega headache.
In a nutshell, I have a text box box and an asp:net form on a web page (C#). A user types in a value and presses the enter or return key. This then sends the user entered value to the database (stored procedure), returns the value and displays it in the form.
This works well but the user wants the following behaviour: type in value, retrieve value, reset the text box with focus and default value of null . . . .. (easy enough) . . . . . . but still keep on screen the original returned value (how to do this?) until a new value is entered.
Is anyone able to point me in the right direction for this?