Ejemplo n.º 1
0
    protected void FormView_RTI_ItemInserting(object sender, FormViewInsertEventArgs e)
    {
        RadioButtonList Radio_decisiontaken = FormView_RTI.FindControl("Radio_decisiontaken") as RadioButtonList;

        e.Values["Decision_Taken"] = Radio_decisiontaken.SelectedValue;
    }
Ejemplo n.º 2
0
 protected void Button_new_Click(object sender, EventArgs e)
 {
     Multiview_RTI.SetActiveView(Multiview_RTI.Views[1]);
     FormView_RTI.ChangeMode(FormViewMode.Insert);
 }