摘要:
前台代码:<head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> <script type="text/javascript"> function tureDelete() { if (confirm('真的要删除吗?') == false) { return false;} } fu 阅读全文
posted @ 2013-04-09 20:40
奇奇博客
阅读(422)
评论(0)
推荐(0)
摘要:
当你把字典声明的静态时,关闭网页后,你存储的数据仍然会存储在内存中,例如:前台代码: <div> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click1" Text="查询" /> <asp:Button ID="Button2& 阅读全文
posted @ 2013-04-09 20:26
奇奇博客
阅读(209)
评论(0)
推荐(0)
摘要:
前台代码: <table> <tr> <td> <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"> <Columns> <asp:BoundField DataField="Id" HeaderText="编号" /> <asp:BoundField DataField="NewsTitle" Header 阅读全文
posted @ 2013-04-09 20:18
奇奇博客
阅读(198)
评论(0)
推荐(0)
摘要:
前台代码: <div> <asp:ListBox ID="ListBox1" runat="server" Height="123px" Width="113px" SelectionMode="Multiple"> <asp:ListItem>tom</asp:ListItem> <asp:ListItem>jion</asp:ListItem> <asp:ListItem>j</asp:ListItem 阅读全文
posted @ 2013-04-09 20:17
奇奇博客
阅读(364)
评论(0)
推荐(0)
摘要:
前台代码: <table style="width: 100%;"> <tr> <td> 搜索字: <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:Button ID="Button1" runat="server" Text="搜索" OnClick="Button1_Click" /> </td> 阅读全文
posted @ 2013-04-09 20:16
奇奇博客
阅读(430)
评论(0)
推荐(0)
浙公网安备 33010602011771号