弹出对话框关闭时返回值 1.
弹出对话框关闭时返回值wj-wangjun//----------ImportListADD.aspx文件  
弹出对话框关闭时返回值wj-wangjun
//----脚本
弹出对话框关闭时返回值wj-wangjun
<script type="text/javascript" language="javascript">
弹出对话框关闭时返回值wj-wangjun    function IBtnSearch()

或者

弹出对话框关闭时返回值wj-wangjun&nbsp;<asp:TextBox ID="TextBox1" runat="server" AutoPostBack="true" ></asp:TextBox>
弹出对话框关闭时返回值wj-wangjun        
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" CausesValidation="false" Text="Button" />
弹出对话框关闭时返回值wj-wangjunprotected void Button1_Click(object sender, EventArgs e)
        }

弹出对话框关闭时返回值 2.

弹出对话框关闭时返回值wj-wangjun//-------------Unit.aspx 文件
弹出对话框关闭时返回值wj-wangjun
<asp:TextBox ID="txtCurNo" runat="server" MaxLength="10" AutoPostBack="True" OnTextChanged="txtCurNo_TextChanged"></asp:TextBox>
弹出对话框关闭时返回值wj-wangjun
<asp:TextBox ID="txtCurName" runat="server" MaxLength="10" AutoPostBack="True" Width="428px"></asp:TextBox>
弹出对话框关闭时返回值wj-wangjun
//--点这个铵扭
弹出对话框关闭时返回值wj-wangjun
 <asp:Button ID="butOpen" runat="server" Text="打开" OnClick="butOpen_Click" CausesValidation="False" Width="78px" />
弹出对话框关闭时返回值wj-wangjun
弹出对话框关闭时返回值wj-wangjun
弹出对话框关闭时返回值wj-wangjun
//-------------Unit.aspx.cs 文件
弹出对话框关闭时返回值wj-wangjun
protected void butOpen_Click(object sender, EventArgs e)

 

 

 

相关文章: