protected void Page_Load(object sender, EventArgs e)
{
String Script = "javascript:function rowcount(gridname){var grid = igtbl_getGridById(gridname);var row =grid.Rows.length; if(row>0){var result =confirm('"+ GetGlobalResourceObject("Texts", "EmptyConfirmation") + "');return result;}else{return false;}}";
this.Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "InitVariable", Script, true);
uxEmptyTrash.Attributes.Add("onclick", "return rowcount('" + uxDocView.ClientID + "'+ '_uxBaseUltraWebGrid');");
}
Subscribe to:
Post Comments (Atom)
5 Strategies for Getting More Work Done in Less Time
Summary. You’ve got more to do than could possibly get done with your current work style. You’ve prioritized. You’ve planned. You’ve dele...
-
Sometimes just to get a quick success build you might need to disable/ignore/skip some of the munit test cases. you can do you by double ...
-
Summary. You’ve got more to do than could possibly get done with your current work style. You’ve prioritized. You’ve planned. You’ve dele...
-
“Snagit is the most useful tool you will find to combine pictures, words, and other objects into a meaningful illustration…”
No comments:
Post a Comment