摘要:
ToString()中限制日期格式 阅读全文
posted @ 2007-07-19 09:17
一路前行
阅读(324)
评论(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
一路前行
阅读(391)
评论(0)
推荐(0)
摘要:
Asp.net中插入Flash 阅读全文
posted @ 2007-07-19 09:15
一路前行
阅读(168)
评论(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
一路前行
阅读(1408)
评论(0)
推荐(0)
摘要:
Page.RegisterStartupScript("script", ""); 阅读全文
posted @ 2007-07-19 09:11
一路前行
阅读(684)
评论(0)
推荐(0)
摘要:
在UpdatePanel内的控件的事件响应函数内使用ClientScript.RegisterStartupScript(...)是无效的,要替换为Micrisoft.Web.UI.ScriptManager.RegisterStartUpScript(...); 阅读全文
posted @ 2007-07-19 09:09
一路前行
阅读(549)
评论(0)
推荐(0)
浙公网安备 33010602011771号