Exemple #1
0
 public static void ForceClickPostBack(this LinkButton b)
 {
     b.OnClientClick = b.GetDoPostBackCallBack();
 }