Asp.net ±ê×¼¿Ø¼þ £¨Ò»£©
Label——height£º¸ß¶È
width£º¿í¶È
backcolor£º±³¾°É«
forecolor£ºÇ°¾°É«
bordercolor£º±ß¿òÉ«
borderstyle£º±ß¿òÑùʽ
bordersize£º±ß¿ò´óС
font£º×ÖÌå
text£ºlabelÉϵÄÎÄ×Ö
visible£ºÊÇ·ñ¿É¼û
enable£ºÊÇ·ñ¿ÉÓÃ
Literal——ºÍlabelÒ»Ñù£¬µ«²»ÄÜÌí¼ÓÑùʽ£¬Ò»°ãÓÃÓÚÔÑùÏÔʾµÄʱºò
TextBox——textmode£ºÎı¾Ä£Ê½ SingleLine µ¥ÐУ¬MultiLine ¶àÐУ¬Password ÃÜÂëÓò£¬
row ¸ß¶È£¬
column ¿í¶È
MaxLength£º×î¶àÊäÈëµÄ×Ö·û³¤¶È
Readonly£ºÖ»¶Á
Button——onClientClick£º¿Í»§¶Ëµã»÷ʼþ£¬µ÷Óÿͻ§¶ËJS£¬onclick£ºµ÷Ó÷þÎñÆ÷¶Ëʼþ
¿Í»§¶ËButton——onclick£ºµ÷Óÿͻ§¶ËJS£¬onserverClick£ºµ÷Ó÷þÎñÆ÷¶Ëʼþ
LinkButton——¸Ã°´Å¥Óë Button°´Å¥µÄÊôÐÔÒ»Ñù£¬Ö»ÊÇÏÔʾ²»Í¬
ImageButton——ͼƬ°´Å¥ Óë Button°´Å¥µÄÊôÐÔÒ»
Ïà¹ØÎĵµ£º
Respose.Write("<script language='javascript'>window.open('"+ url +"');</script>");
£¨´ò¿ª¼ò½à´°¿Ú£©£º
Respose.Write("<script language='javascript'>window.open('" &nbs ......
ºǫ́´úÂ룺
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Dat ......
1. Êý¾Ý¿â·ÃÎÊÐÔÄÜÓÅ»¯¡¡
¡¡
Êý¾Ý¿âµÄÁ¬½ÓºÍ¹Ø±Õ
·ÃÎÊÊý¾Ý¿â×ÊÔ´ÐèÒª´´½¨Á¬½Ó¡¢´ò¿ªÁ¬½ÓºÍ¹Ø±ÕÁ¬½Ó¼¸¸ö²Ù×÷¡£ÕâЩ¹ý³ÌÐèÒª¶à´ÎÓëÊý¾Ý¿â½»»»ÐÅÏ¢ÒÔͨ¹ýÉí·ÝÑéÖ¤£¬±È½ÏºÄ·Ñ·þÎñÆ÷×ÊÔ´¡£ASP.NETÖÐÌṩÁËÁ¬½Ó³Ø(Connection Pool)¸ÄÉÆ´ò¿ªºÍ¹Ø±ÕÊý¾Ý¿â¶ÔÐÔÄܵÄÓ°Ï졣ϵͳ½«Óû§µÄÊý¾Ý¿âÁ¬½Ó·ÅÔÚÁ¬½Ó³ØÖУ¬ÐèҪʱȡ³ö£¬¹Ø±ÕÊ±Ê ......
ASP.NET defines an application as the sum of all files, pages, handlers, modules, and executable code that can be invoked or run in the scope of a given virtual directory (and its subdirectories) on a Web application server. For example, an "order" application might be published in the "/order" virt ......
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using  ......