摘要:
The "length" functions return the length of char. LENGTH calculates length using characters as defined by the input character set. LENGTHB uses bytes instead of characters. LENGTHC uses Unicode comple... 阅读全文
摘要:
点击提交页面,展开时不提交:可以将autopostback设置成false; 在body里添加 <body onload="initTree()"> 然后在PageLoad里写: string strTreeName = "TreeView1"; string strRef = Page.GetPostBackEventReference(TreeView1); string strS... 阅读全文
摘要:
asp.net引用内容:public string md5(string str,int code){if(code==16) //16位MD5加密(取32位加密的9~25字符){return System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(str,"MD5").ToLower().Substri... 阅读全文
摘要:
public DataSet SearchFromDb(string Sql){DataSet ds=new DataSet();string con_db="server=CIU_NXM;database=byzs;uid=sa;password=";SqlConnection sc_db=new SqlConnection(con_db);SqlDataAdapter sda=new SqlD... 阅读全文
摘要:
【1、最基本的弹出窗口代码】 其实代码非常简单:<SCRIPT LANGUAGE="javascript"><!--window.open (’page.html’)--></SCRIPT> 因为这是一段javascripts代码,所以它们应该放在<SCRIPT LANGUAGE="javascript">标签和</s... 阅读全文
摘要:
我在用dotnet做一个项目的过程中,遇到了一个ListBox的问题:通过在一个ListBox中双击,把选中的项添加到另一个ListBox中,但ListBox控件本身并没有该事件,那么如何实现呢?我就想到了客户端脚本javascrit,通过查阅相关资料,终于把这个问题解决了,现在写出来与大家分享,希望能对大家有所帮助。 这里有三个问题: 第一:双击所要执行的javascript代码是什么? 注意:... 阅读全文
摘要:
涉及到的知识:string的函数;File和Directory函数;Environment和一些界面类核心代码如下:十分简单 // 清空log this.listBoxLog.Items.Clear(); // 获取当前路径下全部文件名 String[] files = Directory.GetFiles(Environment.CurrentDirectory); foreach(String... 阅读全文
摘要:
function ExpandOneTwo() { var NodeArray=new Array(); NodeArray=TreeView1.getChildren(); for(i=0;i<NodeArray.length;i++) { cNode=NodeArray[i]; cNode.setAttribute("expanded","true"); //alert(cNode.ge... 阅读全文
摘要:
<html><head> <title>HTMLPage1</title> <meta name="vs_defaultClientScript" content="JavaScript"> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/inte... 阅读全文
摘要:
<script src="http://www.vqq.com/vqq_inset.js?isMin=0&place=RB&Css=3&RoomName=5Zyo57q/5paH5Lu2566h55CG57O757uf&encode=1&isTime=0&width=350&height=240&everypage=0" lan... 阅读全文