
ASP.NET
五司命
这个作者很懒,什么都没留下…
展开
-
Asp.Net 使用 GDI+ 绘制3D饼图入门篇源码
topn3dpie.aspx------------------<%@ Page language="c#" CodeBehind="topn3dpie.aspx.cs" AutoEventWireup="false" Inherits="Yeefly.topn3dpie" %>topn3dpie.aspx.cs-----------------using Syst...原创 2012-05-22 14:31:00 · 141 阅读 · 0 评论 -
转)Using the ASP.Net Runtime for extending desktop applications with dynamic HTML
Code for thisarticle:http://www.west-wind.com/presentations/aspnetruntime/aspnetruntime.zipUpdated July 20, 2005Note: The wwASPRuntimeHost class has been changed slightly tosupport...原创 2012-05-22 14:36:10 · 716 阅读 · 0 评论 -
VS2008中新建网站(ASP.NET 网站)跟新建项目(ASP.NET Web 应用程序)的区别!
VS2008中新建网站(ASP.NET 网站)跟新建项目(ASP.NET Web 应用程序)的区别!<1>新建项目里面的(ASP.NET Web 应用程序)主要是做B/S系统的,与winform的开发方式类似。新建网站(ASP.NET 网站)是主要开发网站的。其实你只要跟着教程做就行了。具体区别如下(借鉴csdn):<2>web应用程序Default.aspx显示有...原创 2012-05-22 15:23:41 · 253 阅读 · 0 评论 -
3Tier architecture of .net
IntroductionCopied from:http://www.codeproject.com/Articles/36847/Three-Layer-Architecture-in-C-NET Here in this article, I would like to cover the typical three layer architecture in C# ....原创 2012-05-24 01:13:13 · 423 阅读 · 0 评论 -
synchronized作用域
synchronized作用域 (1)某个对象实例内,synchronized aMethod(){}可以防止多个线程同时访问这个对象的synchronized方法(如果一个对象有多个synchronized方法,只要一个线程访问了其中的一个synchronized方法,其它线程不能同时访问这个对象中任何一个synchronized方法)。这时,...原创 2012-05-24 02:09:46 · 170 阅读 · 0 评论 -
具有 ADO.NET 和自定义对象的数据绑定应用程序
具有 ADO.NET 和自定义对象的数据绑定应用程序 Windows Forms 绑定控件显著改进了过去的数据绑定控件。它们可使您快速处理与设置窗体有关的冗余任务,您也可以对其行为进行广泛地自定义和扩展。数据可在各种容器中传输,包括 DataSet 和自定义类实体,Windows® Forms 绑定工具使您能够绑定到所有这些类型的对象。如果不想使用 DataSet,可以创建自定义实体以...原创 2012-05-27 09:41:31 · 100 阅读 · 0 评论 -
UpdatePanel的用法详解
UpdatePanel的用法详解 今天用UpdatePanel做了一个实例,发现提示:requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. 后来在UpdatePanel控件前面加上 <asp:ScriptManager ...原创 2012-06-06 00:04:14 · 177 阅读 · 0 评论 -
C# Tab
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1&qu原创 2012-06-06 00:25:51 · 312 阅读 · 0 评论