Ejemplo n.º 1
0
 protected void CheckforException(object sender, ObjectDataSourceStatusEventArgs e)
 {
     MessageUserControl1.HandleDataBoundException(e);
 }
Ejemplo n.º 2
0
 protected void checkForException(object sender, ObjectDataSourceStatusEventArgs e)
 {
     MessageUserControl1.HandleDataBoundException(e); //MessageUserControl1 is The name of MessageUserControl
 }