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

ASP.NETÈ¡ÍøÒ³Êý¾Ý¡¶Êý¾Ý²É¼¯¡·


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.IO;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        string strURl = "http://www.jxflcp.net/ssc/";//»»³ÉÄãÒªµÄÄǸöÍøÖ·
        string str = GetHttp(strURl);
        if (str != "xx")
        {
            //»»³ÉÄãÏëÒª½ØÈ¡ÍøÒ³²¿·ÖÄÚÈݵĴúÂë
            Regex reg = new Regex(@"<td width=""100"" height=""22"" style=""font-size: 14px;font-weight: bold;color: #006600;"">(\d+)</td>[\s\r\n]*<td width=""80""  style=""font-size: 14px;font-weight: bold;color: #0099FF;"">([\d\s\:]+)</td>[\s\r\n]*<td width=""100"" style=""font-size: 14px;font-weight: bold;color: #cc0000;"">([\d,\s]+)</td>");
            if (reg.IsMatch(str))
            {
                MatchCollection mc = reg.Matches(str);
                foreach (Match m in mc)
                {
                    Response.Write(m.Result("


Ïà¹ØÎĵµ£º

Asp.Net MasterÄ£°åÒ³µÄ¿Ø¼þºÍÊôÐÔ

 ÄÚÈÝÒ³·ÃÎÊMasterPageÖеĿؼþ,ÓÐÁ½ÖÖ½â¾ö·½°¸£º
Ò»¡¢ÊÇÓÃÈõÀàÐÍ·ÃÎÊ
    ʹÓà FindControl ·½·¨»ñȡģ°åÒ³µÄ¿Ø¼þ
    ((Label)Master.FindControl("Label1")).Text = "xxx";
  
¶þ¡¢¸øÄ£°åÒ³Ìí¼ÓÊôÐÔÀ´Ê¹ÓÃÇ¿ÀàÐÍ·ÃÎÊ£¨ÍƼö£©
    Ä£°åÒ³¶¨Ò壻
&nb ......

asp.net ¸öÈËÏîÄ¿ÒÉÄÑ×ܽá


ѧasp.net²»ÊǺܾÃ,×öÁËÒ»¸ö OA µÄÏîÄ¿,Óöµ½ºÜ¶àÎÊÌâ,ÔÚ´ËMarkÒ»ÏÂ,ÕâЩ¶¼ÊÇÏîÄ¿Öо­³£Óöµ½µÄÎÊÌâ,ÎÒËѼ¯ÍøÉϵĽâ¾ö·½°¸,×öÁËÒ»¸öСµÄ×ܽá.Ò²ÈÃÓöµ½Í¬ÑùÎÊÌâµÄITѧ×ÓÓÐЩ°ïÖú.
   ×¢: ÈËÈËΪÎÒ,ÎÒΪÈËÈË!
1¡¢½â¾öÁË framework2.0 ¼Ü¹¹Ï ×ÓÒ³ ÄÚÈÝ ÒýÓÃupdatepanel µ¼Ö ajax¿Ø¼þ ¾¯¸æÎª:Î´ÖªÔªËØ,´úÂëÅŰæÎÉ ......

VS2005µ÷ÊÔasp.net³ÌÐòʱ³öÏÖ

VS2005µ÷ÊÔasp.net³ÌÐòʱ³öÏÖ----Internet Explorer ÎÞ·¨ÏÔʾ¸ÃÒ³Ãæ
ÈçͼËùʾ£º
ǰ¶Îʱ¼ä¿ÉÒÔµ÷ÊԵģ¬Ë­Öª×òÍíͻȻ²»ÐÐÁË£¬ÕÒÁ˺þã¬ÖÕÓÚÕÒµ½½â¾ö·½°¸¡£ÓõÄÊÇVS2005£¬Îļþϵͳ£¬ÔÚIISÀïÃæÉèÖõϰ£¬¿ÉÒÔÔËÐУ¬´úÂëûÎÊÌ⣬Êý¾Ý¿âÁ¬½ÓûÎÊÌâ¡£
·½°¸Ò»£ºÍ¨¹ýÓÒ»÷ASP.NET Development Server£¬Èçͼ£º
´ò¿ª1£¬ÔÚĬÈÏä¯ÀÀÆ ......

ASP.NET²ð·Öµ¥Ôª¸ñ·½·¨

 protected void Unite(GridView gv)
    {
        int i;
        string LastType1;
        int LastCell;
        if (gv.Rows.Count > ......

ASP.NET FileUploadÓ¦ÓÃʵÀý

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