Ò׽ؽØͼÈí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

ASP.NETÅúÁ¿ÉÏ´«excelÊý¾Ýµ½Êý¾Ý¿âMySql

aspxÒ³Ãæ
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="customin.aspx.cs" Inherits="kf_customin" %>
<!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 runat="server">
<title>ÎÞ±êÌâÒ³</title>
<mce:style type="text/css"><!--
body{font-size:12px;background-color:#0099FF;}

--></mce:style><style type="text/css" mce_bogus="1"> body{font-size:12px;background-color:#0099FF;}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<div style="z-index: 101; left: 250px; width: 629px; position: absolute; top: 170px;
height: 42px">
<table>
<tr>
<td style="width: 120px;text-align:center;" colspan="4">
<p style="color:Red;width:500px;">
*excleµÄÖÐÎIJ»ÔÊÐí³öÏÖ·±Ìå×Ö£¡£¨Öظ´µÄ¹«Ë¾½«ÔÚ×ó²àÊä³ö£©</p>
</td>
</tr>
<tr>
<td style="width: 120px">
<asp:Label ID="Label1" runat="server" Text="ÅúÁ¿µ¼Èë¿Í»§×ÊÁÏ" Width="153px" Font-Bold="True" Font-Italic="False" Font-Size="Medium"></asp:Label></td>
<td style="width: 100px">
<asp:FileUpload ID="FileUpload1" runat="server" BackColor="White" /></td>
<td colspan="2" style="width: 254px"


Ïà¹ØÎĵµ£º

asp.netµÄXMLͨÓòÙ×÷Àà

using System;
using System.Data;
using System.Configuration;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;
using Syste ......

ASP.NETÖзÀÖ¹Ò³Ãæ¶à´ÎÌá½»µÄ´úÂë

´Ë´¦ÌṩµÄ´úÂëÓÃÀ´ÊµÏÖµ±asp.netÒ³ÃæÖеÄij¸öButton±»µã»÷ºódisableµô¸ÃÒ³ÃæÖÐËùÓеÄButton£¬´Ó¶ø·ÀÖ¹Ìá½»ÑÓʱµ¼ÖµĶà´ÎÌá½»¡£»ùÓÚ֮ǰµÄonceclickbutton½Å±¾.
//ASP.NETÖзÀÖ¹Ò³Ãæ¶à´ÎÌá½»µÄ´úÂë:javascript< script language="javascript"> < !-- function disableOtherSubmit() {
var obj = event.srcElem ......

Asp.net Cookies ÐÂÊÖÖ¸ÄÏ

Ò루Beginner's Guide To ASP.NET Cookies£©
Ô­ÎÄÀ´×ÔÓÚ http://www.codeproject.com/KB/aspnet/Beginners_Cookies.aspx
Asp.net Cookies ÐÂÊÖÖ¸ÄÏ
Ŀ¼
•½éÉÜ
•Ê²Ã´ÊÇCookies?
•ÔõÑùÆô¶¯Cookies?
•Cookies µÄÓÅÊÆ
•Cookies µÄÁÓÊÆ
•ÈçºÎ½¨Á¢Cookies?
•ÔõÑù´ÓCookies ÖжÁÈ¡Ê ......

MVC֮ģÐͲ㣨¸½ÉÏasp.netµÄmvc½á¹¹£©

¡¡MVCϵͳÖеÄÄ£ÐÍ´Ó¸ÅÄîÉÏ¿ÉÒÔ·ÖΪÁ½Àà¨D¨DϵͳµÄÄÚ²¿×´Ì¬ºÍ¸Ä±äϵͳ״̬µÄ¶¯×÷¡£Ä£ÐÍÊÇÄãËùÓеÄÉÌÒµÂß¼­´úÂëƬ¶ÎËùÔÚ¡£±¾ÎÄΪģÐÍÌṩÁËÒµÎñʵÌå¶ÔÏó
ºÍÒµÎñ´¦Àí¶ÔÏó£ºËùÓеÄÒµÎñ´¦Àí¶ÔÏó¶¼ÊÇ´ÓProcessBaseÀàÅÉÉúµÄ×ÓÀà¡£ÒµÎñ´¦Àí¶ÔÏó·â×°Á˾ßÌåµÄ´¦ÀíÂß¼­£¬µ÷ÓÃÒµÎñÂß¼­Ä£ÐÍ£¬²¢ÇÒ°ÑÏìÓ¦Ìá½»µ½
ºÏÊʵÄÊÓͼ×é¼þÒÔ²úÉúÏì ......

ASP.NETÖÐtreeviewÓ¦Óã¨ÓÃSQL×÷Êý¾ÝÔ´£©


treeview.aspxÖдúÂëÈçÏ£º
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="treeview.aspx.cs" Inherits="treeview" %>
<!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 ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØͼ | ¸ÓICP±¸09004571ºÅ