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

Asp.net »­Í¼(ÌõÐÎͼ¡¢ÕÛÏßͼ¡¢±ýͼ)

ÌõÐÎͼºÍ±ýͼÊǶ¼Òªµ÷ÓÃÊý¾Ý¿â ¶øÕÛÏßͼÔòÊÇÖ±½ÓÏÔʾ²»Óõ÷ÓÃÊý¾Ý¿â
´ò¿ªvs ¹¤¾ß ·Ö±ð´´½¨ÈýÖÐͼÐεÄÀà £¨BarChart¡¢PieChart¡¢zexian£©ChartUtilÀà¿ØÖÆÑÕÉ«
ÔÙ½¨Ò»¸öaspx ÎļþÔÚºóÖÃÎļþÖе÷ÓÃÕâ¸ö¼¸¸öÀàÖеķ½·¨ ±¾ÎÄÕÂÖÐÓе÷ÓÃ
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;//ÓÃÓÚÊý¾Ý·ÃÎÊ
using System.Drawing;//Ìṩ»­GDI+ͼÐεĻù±¾¹¦ÄÜ
using System.Drawing.Text;//Ìṩ»­GDI+ͼÐεĸ߼¶¹¦ÄÜ
using System.Drawing.Drawing2D;//Ìṩ»­¸ß¼¶¶þά£¬Ê¸Á¿Í¼Ðι¦ÄÜ
using System.Drawing.Imaging;
using System.IO;//Ìṩ»­GDI+ͼÐεĸ߼¶¹¦ÄÜ
namespace Insight_cs.WebCharts
{
    public class BarChart
    {
        public BarChart()
        {
        }
        public void Render(string title, string subTitle, int width, int height, DataSet chartData, Stream target)
        {
            const int SIDE_LENGTH = 400;
            const int CHART_TOP = 75;
            const int CHART_HEIGHT = 200;
            const int CHART_LEFT = 50;
            const int CHART_WIDTH = 300;
            DataTable dt = chartData.Tables[0];
            //¼ÆËã×î¸ßµÄµã
            float highPoint = 0; //yÖá×î¸ßµã
            foreach (DataRow dr in dt.Rows)
            {
    


Ïà¹ØÎĵµ£º

ASP.netÒ³ÃæÊµÏÖMSSQLÊý¾Ý¿âµÄ´´½¨ºÍ²Ù×÷£¬Êǿⴴ½¨£¡

///   <summary>  
        ///   ´´½¨Êý¾Ý¿â¡£  
        ///   </summary>
        ///   <param name="srvName">±íÊ ......

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 2.0ÖÐOWCÉú³ÉÖù״ͼºÍ±ý״ͼ

1¡¢Ê×ÏÈÏÂÔØowc11£ºowc11(http://www.svnhost.cn/Download/Detail-60.shtml)
2¡¢ÒýÓÃOWC£º´ò¿ª"½â¾ö·½°¸×ÊÔ´¹ÜÀíÆ÷"Ãæ°å£¬Êó±êÓÒ¼üµ¥»÷"ÒýÓÃ"£¬Ñ¡Ôñ"Ìí¼ÓÒýÓÃ"²Ëµ¥£¬ÔÚµ¯³öµÄ"Ìí¼ÓÒýÓÃ"¶Ô»°¿òÖе¥»÷"COM"¿¨Æ¬£¬ÕÒµ½"Microsoft Office Web Components 10.0(office 2003ÊÇ11.0)"£¬µ¥»÷"Ñ¡Ôñ"ºÍ"È·¶¨"°´Å¥£¬OWC¾Í±»Ìí¼Óµ½ÁËÒý ......

asp.netÎı¾¿òÑéÖ¤ÊäÈë


//ʹÓÃÑéÖ¤·½·¨
 if (!InputValidator(txt.Text.Trim()))
            {
                ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "myScript", "alert('\"Îı¾¿ò\"ÊäÈëÁË·Ç·¨×Ö·û»òÊäÈ볬³¤£¡');", t ......

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ºÅ