Hi all,
How do I run a server script from the onclick event of a button and have the resulting string displayed in a text box of the form with the button on it. I don't really want to reload the form because the user may have entered stuff on there. I just want the result displayed in the text box as if you typed txtBlah.Value = "stuff".
How do I run a server script from the onclick event of a button and have the resulting string displayed in a text box of the form with the button on it. I don't really want to reload the form because the user may have entered stuff on there. I just want the result displayed in the text box as if you typed txtBlah.Value = "stuff".