07 2009 档案
摘要:[代码]<divstyle="width:270px;float:left"> div的流式布局环循读出label
阅读全文
摘要://下拉框ID ddlDept//-----------------------CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--publicclassPubConstant{///<summary>///获取连接字符串///<...
阅读全文
摘要:GridView的ID为gvfor (int i = 0; i < gv.Rows.Count; i++) //环循行 { for (int c = 0; c < gv.Rows[i].Cells.Count;c++ ) //环循列 { gv.Rows[i].Cells[c].Wrap = false; //gv.Rows[i].Cells[c] 某个单元格 } }
阅读全文
摘要:1. 页面CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<asp:RadioButtonListID="RadioButtonList2"runat="server"AutoPostBack="true"OnSelectedIndexC...
阅读全文
摘要:-----来自网上SQL中CONVERT转化函数的用法 CONVERT的使用方法: //////////////////////////////////////////////////////////////////////////////////////// 格式: CONVERT(data_type,expression[,style]) 说明: 此样式一般在时间类型(datetime,sma...
阅读全文
摘要:1. 页面默认为UTF-82. 编码有2个方面传输编码和客户端解码当编码和解码相同的时候就显示正常当编码和解码不同的时候就会出问题3. 如果你在web.config中加入<globalization requestEncoding="gb2312" responseEncoding="gb2312" fileEncoding="gb2312"/>这样可以解决 URL传汉字乱码的问题,但...
阅读全文

浙公网安备 33010602011771号