Example #1
0
 private void Page_Load(object sender, System.EventArgs e)
 {
     if (Sql.ToBoolean(ViewState["InviteesSearch"]))
     {
         BindInvitees();
     }
     //if ( !IsPostBack )
     {
         // 02/21/2006 Paul.  Don't DataBind, otherwise it will cause the DropDownLists to loose their selected value.
         // grdMain.DataBind() does not work.  Force the data bind by using L10nTranslate().
         grdMain.L10nTranslate();
     }
 }