摘要:div如果要用多个css的class 那么就用空格把几个样式隔开,如果先前已经写好很多样式,后来又想修改,不妨可以在最后添加一个新的样式名称比如:modulecontentchandler 然后在样式表写好需要修改的样式.modulecontentchandler h3 a {font-size: 12px; font-weight: bold; } 这样可以达到修改样式的效果,又可以不用删除原先...
阅读全文
摘要:function CheckBoxList_Click(sender) { var container = sender.parentNode; if(container.tagName.toUpperCase() == "TD") { // 服务器控件设置呈现为 table 布局(默认设置),否则使用流布局 container = container.parentNode.parentNod...
阅读全文
摘要:function CheckBoxList_Click(sender) { var container = sender.parentNode; if(container.tagName.toUpperCase() == "TD") { // 服务器控件设置呈现为 table 布局(默认设置),否则使用流布局 container = container.parentNode.parentNod...
阅读全文
摘要:解决办法!TextBox1.Attributes["contentEditable"] = "false";//等效于ReadOnly="true"或直接从前台设置TextBox的属性contentEditable="false"
阅读全文
摘要:1)Copy the .mdf and .ldf files to a folder on the SQL Server computer, and name them with a name you like. This is how I named mine: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\xxx.mdf C:...
阅读全文
摘要:是.axd扩展的“确认文件是否存在”复选框被选中的原因。
阅读全文
摘要:命名空间Microsoft.Office.Interop.Word不存在 编译出现错误: "Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependen...
阅读全文
摘要:--------------------------------------
阅读全文