Ejemplo n.º 1
0
 void client_GetArchivesCanBorrowCompleted(object sender, GetArchivesCanBorrowCompletedEventArgs e)
 {
     if (e.Result != null)
     {
         BindDataGrid(e.Result.ToList());
     }
     else
     {
         HtmlPage.Window.Alert("对不起!未能找到相关记录。");
     }
 }
Ejemplo n.º 2
0
 void client_GetArchivesCanBorrowCompleted(object sender, GetArchivesCanBorrowCompletedEventArgs e)
 {
     if (e.Result != null)
     {
         BindDataGrid(e.Result.ToList());
     }
     else
     {
         HtmlPage.Window.Alert("对不起!未能找到相关记录。");
     }
 }