06 2009 档案

摘要: if object_id('str_EatDefaultR_object')is not null     drop proc str_EatDefaultR_object --go -- 失败 go --成功 CREATE PROCEDURE str_EatDefaultR_object AS BEGIN     select * f...阅读全文
posted @ 2009-06-30 21:58 汉城 阅读(1265) | 评论 (1) 编辑
摘要: <%--添加AjaxControlToolkit引用--%> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>     添加 这个就行了 ...阅读全文
posted @ 2009-06-30 15:00 汉城 阅读(413) | 评论 (0) 编辑
摘要:             Page.RegisterClientScriptBlock("clientScript", “”);阅读全文
posted @ 2009-06-30 09:35 汉城 阅读(14) | 评论 (0) 编辑
摘要: object.setAttribute(sName, vValue [, iFlags])参数: sName 必填项. String类型,属性名 vValue 必填项. 为属性指定的变量,可以为string, number, 或者 Boolean类型 iFlags 选填. 下面指定的两种 Integer 类型的标志 0 覆盖同名属性. 1 默认值. 为属性添加指定的值.实力<htm...阅读全文
posted @ 2009-06-29 13:19 汉城 阅读(184) | 评论 (0) 编辑
摘要: <script type="text/javascript">         var dataTime=new  Date();         alert(dataTime);    ...阅读全文
posted @ 2009-06-26 10:53 汉城 阅读(61) | 评论 (0) 编辑
摘要: <asp:TextBox ID="txt" runat="server"  TextMode="MultiLine"  TextBoxMode="MultiLine" ></asp:TextBox>阅读全文
posted @ 2009-06-25 19:46 汉城 阅读(482) | 评论 (0) 编辑
摘要: if(event.keyCode==9  ){true;}else{false;}   当按下一个键盘按键时触发onkeydown事件 keycode   0 = keycode   1 = keycode   2 = keycode   3 = keycode   4 =...阅读全文
posted @ 2009-06-25 13:45 汉城 阅读(106) | 评论 (0) 编辑
摘要: select * from table    where dataFeid    is null阅读全文
posted @ 2009-06-25 10:12 汉城 阅读(877) | 评论 (0) 编辑
摘要: 数据库 数据类型有问题,从新设置 数据库字段的数据类型就ok阅读全文
posted @ 2009-06-25 10:12 汉城 阅读(222) | 评论 (0) 编辑
摘要: onmouseover="this.style.cursor='hand'阅读全文
posted @ 2009-06-24 14:48 汉城 阅读(129) | 评论 (0) 编辑
摘要: DataTable   dt   =   (DataTable)dataGridView1.DataSource; dt.Rows.Clear(); dataGridView1.DataSource   =   dt;   应该是gridview.columns.clear();阅读全文
posted @ 2009-06-23 13:51 汉城 阅读(83) | 评论 (0) 编辑
摘要: ^\-{0,1}[0-9]{0,}\.{0,1}[0-9]{1,}$   ------------------------------------------------------------------------------------------------------- 营养品 进口保健品 健美生 雅顿 倍健 美澳健 澳力健 康力士 宝健 嘉康利 康比特 自然之源 自然之...阅读全文
posted @ 2009-06-23 07:37 汉城 阅读(1136) | 评论 (0) 编辑
摘要: <html xmlns="http://www.w3.org/1999/xhtml" > <head>     <title>Untitled Page</title> </head> <body> <input type="text" onchang...阅读全文
posted @ 2009-06-19 16:50 汉城 阅读(431) | 评论 (1) 编辑
摘要: onkeydown="return false;" onpaste="return false"-------------------------------------------------------------------------------------------------------营养品 进口保健品 健美生 雅顿 倍健 美澳健 澳力健 康力士 宝健 嘉康利 康比特 自然之源 自...阅读全文
posted @ 2009-06-19 11:22 汉城 阅读(268) | 评论 (0) 编辑