摘要:
1.HTML 2.方法一 根据标签名,修改样式(页面中的所有input标签) 3.方法二(页面中的text标签) 阅读全文
摘要:
1.HTML页面 2.添加命名空间 3. 在Page_Load事件里面加载表格 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { string conString = ConfigurationMana 阅读全文
摘要:
使用Request.Form方法 1.在前台设置name 属性 2.在后台根据name获取值 阅读全文
摘要:
http://www.aspsnippets.com/Articles/Regular-Expression-Regex-to-allow-both-decimals-as-well-as-integers-and-Regex-for-allowing-any-decimal-number.aspx 阅读全文
摘要:
http://www.aspsnippets.com/Articles/How-to-save-insert-Image-in-Database-in-ASPNet-using-C-and-VBNet.aspx1.创建数据库--各字段如下图所示注:Name:文件名ContentType:文件的类型 ... 阅读全文
摘要:
http://aspsnippets.com/Articles/jQuery-Accordion-example-in-ASPNet-using-C-and-VBNet.aspx1. 添加JQuery 引用2.在标签里面 写JQuery代码---dvAccordian是div层的id3.在body标... 阅读全文
摘要:
http://www.codeproject.com/Tips/644196/Create-Multi-language-ASP-NET-Websitehttp://www.hanselman.com/blog/GlobalizationInternationalizationAndLocaliza... 阅读全文