[ce v4.0] - Capturing the Save Button Event

  •  11-23-2004, 3:39 PM

    [ce v4.0] - Capturing the Save Button Event

    Hi. i´m not sure if it´s ok to capture the Save Button event as:

    privatevoid ce1_PostBackCommand(object sender, System.Web.UI.WebControls.CommandEventArgs e)

    {

        // Save  this.ce1.Text here???

    }

    How to ensure that the postback was issued by the Save Button?

    }

    How to ensure that the postback was issued by the Save Button?

    {

        // Save  this.ce1.Text here???

    }

    How to ensure that the postback was issued by the Save Button?

    }

    How to ensure that the postback was issued by the Save Button?

    Regards,
    »»» KenA
View Complete Thread