asp.net 常见问题收集整理(不断收集中)

来源:互联网 发布:产品过程特性矩阵图 编辑:程序博客网 时间:2024/05/16 09:32

1、IIS中网站弹出登陆框之匿名访问权限问题解决办法

http://www.cnblogs.com/waitingfor/articles/2220820.html


2、JQuery上传插件Uploadify使用详解

http://www.cnblogs.com/oec2003/archive/2010/01/06/1640027.html


<input type="button"  
onclick="<%# Convert.ToInt32(Eval("stat"))==0 ?  
"p('审核 ','Music_Ksong_check.aspx?kid="+Eval("kid").ToString()+"&"+urlPar+"',400,50)":""%>"  
  value="<%#getCheckState(Eval("stat").ToString()) %>" />

 

3、数据库链接字符串网站:

http://www.connectionstrings.com/


4、

Dictionary<string,string> dic=new Dictionary<string,string>();string source=@"www.csdn.net/image/1.jpg,红色,www.csdn.net/image/22.jpg,绿色,www.csdn.net/image/3.jpg,黄色";string pattern=@"([^,]+),([^,]+)";foreach(Match m in Regex.Matches(source,pattern)){  dic.Add(m.Groups[1].Value,m.Groups[2].Value);}


5、JQuery实现简单的服务器轮询效果

http://www.cnblogs.com/scy251147/archive/2010/08/23/1806723.html


6、SQLServer 自动备份

http://www.cnblogs.com/scy251147/archive/2011/05/05/2038341.html


7、ASP.NET大结果集分页方案

http://www.cnblogs.com/scy251147/archive/2010/09/13/1824715.html


8、Win7下无法安装Silverlight

http://www.cnblogs.com/scy251147/archive/2012/06/22/2558367.html


9、GridView单元格合并

http://www.cnblogs.com/scy251147/archive/2010/08/10/1796810.html


10、C#屏幕取色器

http://www.cnblogs.com/scy251147/archive/2010/08/12/1798331.html


11、jquery jqgrid在asp.net下的应用

http://www.cnblogs.com/scy251147/archive/2010/08/13/1798728.html


12、GridView折叠效果实现

http://www.cnblogs.com/scy251147/archive/2010/09/10/1823092.html


13、jquery 多文件上传

http://www.cnblogs.com/scy251147/archive/2010/09/30/1839313.html



14、甩掉ashx/asmx,使用jQuery.ajaxWebService请求WebMethod,Ajax处理更加简练

http://www.cnblogs.com/scy251147/archive/2010/11/10/1873323.html


15、GridView中实现DropDownList联动

http://www.cnblogs.com/scy251147/archive/2010/12/30/1922320.html


16、GridView实现多表头合并

http://www.cnblogs.com/scy251147/archive/2011/02/13/1953170.html


17、asp.net 自定义分页控件封装

http://www.cnblogs.com/scy251147/archive/2011/04/16/2018326.html


18、LINQ - DISTINCT 单列和多列两种情况下的实现

http://blog.csdn.net/q107770540/article/details/5784646

 

19、Silverlight上传图片,保存二进制数据到数据库(支持bmp方法)

http://www.cosdiv.com/page/M0/S456/456963.html


20、Jquery网页控件效果网站
http://www.open-lib.com/Lib/1770.jsp

 

21、ASP.NET 显示进度条

http://www.cnblogs.com/yimeng/archive/2009/05/25/1488877.html

 

22、一些比较好的国内外CMS系统模版

开源 Portal 型 CMS



  • Xoops
  • Plone
  • Joomla!
  • Drupal
  • Zope
  • CMS Made Simple
  • MODX
  • Mambo
  • PHP Nuke

开源 Blog 型 CMS



  • Word Press

开源 wiki 型 CMS



  • Mediawiki

国外的大型商业 CMS



  • Vignette Content Management (美国)
  • EMC Documentum (美国)
  • IBM Workplace WCM (美国)
  • Reddot CMS (德国)
  • Interwoven ECM (美国)
  • Oracle Stellent Web Content Management (美国)

  • Tridion R5.2 (荷兰)
  • CoreMedia CMS 2006 (德国)
  • Fatwire Content Server (美国)
  • Percussion Rhythmyx (美国)
  • Day Software Communique (瑞士)
  • MediaSurface Morello (英国)

国外的轻量级商业 CMS



  • Microsoft SharePoint (美国)
  • Sitecore Content Manager (丹麦)
  • ESCENIC (挪威)
  • Collage (美国)
  • CommonSpot Content Server (美国)
  • Ingeniux Content Management System(美国)
  • CMS400.NET (美国)
  • E-Spirit FIRSTspirit(德国)
  • Hot Banana Web Content Management Suite (加拿大)
  • EPiServer (瑞典)
  • Refresh Software SR2 (美国)
  • GOSS iCM (英国)
  • Hannon Hill Casecade Server(美国)
  • Immediacy (英国)
  • Terminal Four Site Manager (爱尔兰)
  • Enonic Vertical Site (挪威)
  • Synkron Via (丹麦)

国内的商业与开源 CMS



  • TurboCMS
  • 动易内容管理系统
  • 帝国网站管理系统 ECMS
  • SupeSite 社区门户系统
  • COMSHARP CMS - 锐商企业CMS
  • phpcms 网站管理系统
  • dedecms 织梦网站管理系统 (开源)
  • verycms 内容管理系统
  • Joekoe CMS乔客网
  • 渐飞网站管理系统
  • SiteServer CMS网站管理系统
  • .Net动网新闻
  • 宏博内容管理系统

23、

 

原创粉丝点击