Poapor远程上传组件 v1.1(自动生成缩略图)
摘要:/Files/timy/Poapor1.1.rar
阅读全文
posted @
2007-03-28 09:08
一粒沙
阅读(242)
推荐(0)
FCKeditor.Net_2.2安全修正版
摘要:FCKeditor为一开源多功能在线Web编辑器。官方网站:http://www.fckeditor.net/。相关安全文件参看:《在.net中使用Fckeditor》http://cliffever.cnblogs.com/archive/2006/05/09/395134.aspx《FCKeditor實戰技巧》http://www.jb51.net/html/200609/1206.htm《asp.net下FCKeditor的安全问题》http://www.lvjiyong.com/item/fckeditor-safe=======================FCKeditor安全问
阅读全文
posted @
2007-03-17 20:45
一粒沙
阅读(543)
推荐(0)
asp.net使用返回参数的存储过程
摘要:1SqlParameterCollection sqlParams = ProjectAddCommand.Parameters;2ProjectAddCommand.CommandType = CommandType.StoredProcedure;3SqlParameter parmsBasicID = new SqlParameter(BasicID_P...
阅读全文
posted @
2007-03-16 10:52
一粒沙
阅读(319)
推荐(0)
DataSet接收XML数据并按条件搜索
摘要:DataRow etrow = data.Tables[0].Rows[0];XmlDataDocument xmlDoc = new XmlDataDocument();DataSet myDataSet = xmlDoc.DataSet;try{ xmlDoc.DataSet.ReadXml("ee.xml");}catch{return data;}DataRow[] row = ...
阅读全文
posted @
2007-03-15 16:46
一粒沙
阅读(1442)
推荐(0)