You would have to declare it at the page level
Code:
public partial class first : System.Web.UI.Page
    {
        #region Public Variables
        String orgName;
       #endregion
//Rest of the code goes here