Hi,
I am working with asp.net and in my web user control i have several buttons and textboxes.
FirstBtn cliked---->FirstTextBox ----->displays: "Hi"
secondBtn clicked--->SecondTextBox ------>displays:"Hello"
Now again if i click the firstbtn then the FirstTextBox would be empty.Can anyone tell me how can i sane the last entered value?
Regards,
Mishal