創(chuàng)新互聯(lián)公司是一家專注于網(wǎng)站建設、成都網(wǎng)站設計與策劃設計,田家庵網(wǎng)站建設哪家好?創(chuàng)新互聯(lián)公司做網(wǎng)站,專注于網(wǎng)站建設十年,網(wǎng)設計領域的專業(yè)建站公司;建站業(yè)務涵蓋:田家庵等地區(qū)。田家庵做網(wǎng)站價格咨詢:13518219792
-----后臺
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class _2_簡單交互對話框_Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { ShowDialog("刪除成功"); } ////// 彈出模式1(服務端按鈕) /// /// 彈出的內(nèi)容(必填) /// true則為ajax模式(選填) /// key值(選填) public void ShowDialog(string msg,string icon="", bool asyn = false, string key = "") { string dialog = string.Format("art.dialog.alert('{0}','{1}')", msg, icon); if (!asyn) ClientScript.RegisterStartupScript(this.GetType(), key, dialog, true); else ScriptManager.RegisterClientScriptBlock(this.Page, typeof(string), key, dialog, true); } }
-----前臺
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_2_簡單交互對話框_Default" %>
----dome1
----dome2
----dome3
----dome4
----服務器按鈕
源代碼下載地址:http://down.51cto.com/data/1968050
技術學習群(發(fā)展中,群成員免費提供資源。歡迎大家加入):426634651