Example #1
0
 protected void GridViewCenter_RowCommand(object sender, GridViewCommandEventArgs e)
 {
     if (e.CommandName == "Edit")
     {
         FormView1.PageIndex = (Convert.ToInt32(e.CommandArgument));
         MultiViewBatch.SetActiveView(ViewModify);
         FormView1.ChangeMode(FormViewMode.Edit);
     }
 }
Example #2
0
 protected void LinkEdit_Click(object sender, EventArgs e)
 {
     MultiViewBatch.SetActiveView(ViewModify);
 }
Example #3
0
 protected void LinkButton2_Click(object sender, EventArgs e)
 {
     MultiViewBatch.SetActiveView(ViewList);
 }