上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 86 下一页
摘要: 在学习AutoComplete控件的过程中,遇到了下述的问题: 如过把参数名prefixText改成其他名称,就实现不了这个效果(特此记录) [WebMethod] public string[] GetResult(string prefixText) { //if (count == 0) //{ // ... 阅读全文
posted @ 2008-06-15 16:00 zijinguang 阅读(229) 评论(0) 推荐(0) 编辑
摘要: c#中string 和byte[]的转换 工作中碰到问题:,数据库中varbinary对应byte[],那如何将一个string类型转成byte[]? 这种问题就属于知道了就及其简单,不知道就够你忙活半天的那种。其实只要一个语句就OK了: byte[] byteArray = System.Text.Encoding.Default.GetBytes(... 阅读全文
posted @ 2008-06-12 15:42 zijinguang 阅读(298) 评论(0) 推荐(0) 编辑
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 86 下一页