2007年7月19日
摘要: ToString()中限制日期格式 阅读全文
posted @ 2007-07-19 09:17 一路前行 阅读(307) 评论(0) 推荐(1) 编辑
摘要: protected void DataList1_ItemDataBound(object sender, DataListItemEventArgs e) { foreach (DataListItem dt in this.DataList1.Items) { Label lb = (Label)e.Item.FindControl("... 阅读全文
posted @ 2007-07-19 09:16 一路前行 阅读(387) 评论(0) 推荐(0) 编辑
摘要: Asp.net中插入Flash 阅读全文
posted @ 2007-07-19 09:15 一路前行 阅读(161) 评论(0) 推荐(0) 编辑
摘要: public class ReplaceStr{ public ReplaceStr() { // // TODO: 在此处添加构造函数逻辑 // } public static string rpInput(string myStr) { myStr = myStr.Replace("'", "''"); myStr = myStr.... 阅读全文
posted @ 2007-07-19 09:12 一路前行 阅读(1397) 评论(0) 推荐(0) 编辑
摘要: Page.RegisterStartupScript("script", ""); 阅读全文
posted @ 2007-07-19 09:11 一路前行 阅读(678) 评论(0) 推荐(0) 编辑
摘要: 在UpdatePanel内的控件的事件响应函数内使用ClientScript.RegisterStartupScript(...)是无效的,要替换为Micrisoft.Web.UI.ScriptManager.RegisterStartUpScript(...); 阅读全文
posted @ 2007-07-19 09:09 一路前行 阅读(539) 评论(0) 推荐(0) 编辑