Ajax模组timer用法_第1页
Ajax模组timer用法_第2页
Ajax模组timer用法_第3页
Ajax模组timer用法_第4页
Ajax模组timer用法_第5页
已阅读5页,还剩29页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、Ajax模組timer用法安裝安裝ASPAJAXExtSetup編輯編輯ASP.NET工具用工具用點選點選NEXT即可即可安裝完成安裝完成開啟新網站,建立新的頁面開啟新網站,建立新的頁面工具箱出現了工具箱出現了AJAX的工具元件的工具元件放置一個放置一個SCRIPTMANAGER放置一個放置一個TIMER放置一個放置一個PANEL(一網頁可多個一網頁可多個)拖曳兩個拖曳兩個LABELPANEL屬性屬性TRIGGERS集合集合設定行為設定行為TIMERTIMER屬性屬性INTERVAL設定設定1000單位單位(為一秒為一秒)分別在分別在TIMER_TICK與與PAGE_LOAD輸入輸入label

2、1.text=now 與與 label2.text=now點選網頁按滑鼠右鍵點選網頁按滑鼠右鍵設定設定default.aspx為起始頁為起始頁在頁面上放置在頁面上放置PANEL與與LABEL抓取資料庫最新的一筆資料放到各個抓取資料庫最新的一筆資料放到各個LABEL.TEXT判斷各個判斷各個LABEL大於或小於數值,讓大於或小於數值,讓IMAGE.IMAGEURL產生變化產生變化簡單呈現簡單呈現LABEL與圖形變化與圖形變化使用OWC畫統計圖安裝安裝OWC11 網頁元件網頁元件加入參考加入參考Imports owc11 First create a ChartSpace object to ho

3、ld the chart Dim objCSpace As ChartSpace = New ChartSpaceClass() Add a chart and provide a type Dim objChart As ChChart = objCSpace.Charts.Add(0) 變更圖形變更圖形 objChart.Type = ChartChartTypeEnum.chChartTypeArea3D add chart titles and legend objChart.HasTitle = True objChart.Title.Caption = ASP.NET Charts

4、 objChart.HasLegend = True objChart.Legend.Border.DashStyle = OWC11.ChartLineDashStyleEnum.chLineDash objChart.Legend.Position = OWC11.ChartLegendPositionEnum.chLegendPositionRight Populate with contrived data 數值數值 Dim strCategory As String = Cars, Trucks, Vans, Big Rigs, Motorcycles, Mopeds Dim str

5、Value As String = 13,12,31,43,23,15 Add a series to the charts series collection objChart.SeriesCollection.Add(0) load the category and value data objChart.SeriesCollection(0).SetData(ChartDimensionsEnum.chDimCategories, CInt(ChartSpecialDataSourcesEnum.chDataLiteral), strCategory) objChart.SeriesCo

6、llection(0).SetData(ChartDimensionsEnum.chDimValues, CInt(ChartSpecialDataSourcesEnum.chDataLiteral), strValue) show the chart on the client Response.ContentType = image/gif Response.BinaryWrite(DirectCast(objCSpace.GetPicture(gif, 500, 400), Byte() Response.End()連接資料連接資料 顯示要呈現的兩個欄位顯示要呈現的兩個欄位 Dim st

7、rCategory As String = Dim strValue As String = Dim sum As Integer cn.Open() Dim cm As New SqlDataAdapter(select top 100 * from cc_t, cn) cm.Fill(dbset, cc) If dbset.Tables(cc).Rows.Count 15 Then sum = (dbset.Tables(cc).Rows.Count - 1) 15 For x As Integer = 0 To dbset.Tables(cc).Rows.Count - 1 Step s

8、um strCategory = strCategory & , & dbset.Tables(cc).Rows(x).Item(c_t) strValue = strValue & , & dbset.Tables(cc).Rows(x).Item(cc) Next Else For x As Integer = 0 To dbset.Tables(cc).Rows.Count - 1 strCategory = strCategory & , & dbset.Tables(cc).Rows(x).Item(c_t) strValue = st

9、rValue & , & dbset.Tables(cc).Rows(x).Item(cc) Next End If sum = (dbset.Tables(cc).Rows.Count - 1) 15 For x As Integer = 0 To dbset.Tables(cc).Rows.Count - 1 Step sum strCategory = strCategory & , & dbset.Tables(cc).Rows(x).Item(c_t) strValue = strValue & , & dbset.Tables(cc).Rows(x).Item(cc) Next cn.Close()建立另一個新網頁建立另一個新網頁放置一個放置一個BUTTON與與IMAGE點選點選IMAGE 屬性屬性imageurl設定建置設定建置OWC的網頁的網頁例例: xxx.aspx Dim sql1 As String = select top 100 * from cc_t cn.Open() Dim cm As New SqlCommand(sql1, cn) Dim reader As SqlDataReader = cm.ExecuteRead

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论