您的位置:首页 > 编程语言 > ASP

codeproject 几篇asp.net文章

2007-02-23 23:37 417 查看
Best Practices in ASP.NET for writing User Control In MultiView And Wizard using Dynamic controls http://www.codeproject.com/useritems/Creating_Dynamic_Controls.asp

This control it is a example of implementation of
ViewState
and
ControlDesigner
for support on design time. WebTabControl was the main idea of shTabControl. http://www.codeproject.com/useritems/shTabControl.asp

Gridview with a single ModalPopupExtender/Panel for row editing http://www.codeproject.com/useritems/GridView-ModalPopupExtend.asp

Master pages and factory patterns using ASP.NET http://www.codeproject.com/aspnet/MasterPagesASP.asp


Combining a BuildProvider and IExtenderProvider to create a declarative framework for conditional formatting in ASP.NET GridViews. http://www.codeproject.com/aspnet/GridThemes.asp

HTMLEditor Provider - How to write a custom provider for ASP.NET 2.0 http://www.codeproject.com/aspnet/HTMLEditor.asp

Using DayPilot 2.0 (Outlook-like calendar control for ASP.NET) http://www.codeproject.com/useritems/daypilot2.asp

ASP.NET server library for creating CMS website (forums, articles/wiki, news, users/roles, ...), using NHibernate for data access http://www.codeproject.com/useritems/eucalypto.asp

An article to master the ObjectDataSource. http://www.codeproject.com/aspnet/ObjectDataSourceInDepth.asp
Ludico 采用NHibernate.Net作为系统框架。Sourceforge上的项目地址:http://sourceforge.net/projects/ludico/

These article discusses some tips for commonly faced problems in .NET http://www.codeproject.com/useritems/tips.asp?df=100

An article on securing your cookies in several ways to defeat the several vulnerabilities that cookies have http://www.codeproject.com/aspnet/BulletProofCookies.asp

An easy to use .NET solution for Job Scheduling, with pluggable actions, that runs on a Windows Service. Backup your SQL Server Express and much more!http://www.codeproject.com/useritems/SQLAgent.asp

ASP.NET web control that renders performance counter data to the screen in the form of a text label, progress bar, histogram, or line graph and automatically updates itself via an AJAX callhttp://www.codeproject.com/useritems/performancecountercontrol.asp

This article list out Performance tips to improve Web applications performance. I have divided the article into 3 modules based on where we use these performance tips. 1.Web.config. 2. Web applications. 3. Database operations.
http://www.codeproject.com/useritems/Application_Performance.asp

OCR with Microsoft® Office
http://www.codeproject.com/csharp/modi.asp

Culture and Region Info tool for .NET 2.0
http://www.codeproject.com/useritems/CultureAndRegionInfoTool.asp
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: