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