Default.aspx.cs has something like:<BR><BR>TextBox1.Text = Class.Method();<BR><BR>I have a try catch in the Method(). How can I return that text back to TextBox1.Text (the Class.Method() is ... in a ...