⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 defaultcs.aspx.cs

📁 Telerik是很大的第三方软件制造商
💻 CS
字号:
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using Telerik.QuickStart;
using Telerik.WebControls;

namespace Telerik.CallbackExamplesCSharp.Controls.DropDownList
{
	/// <summary>
	/// Summary description for _Default.
	/// </summary>
	public class DefaultCS: XhtmlPage
	{
		protected System.Web.UI.WebControls.Label Label1;
		protected System.Web.UI.WebControls.Label Label2;
		protected System.Web.UI.WebControls.HyperLink HyperLink1;
		protected Telerik.WebControls.CallbackImage CallbackImage1;
		protected System.Web.UI.WebControls.Label label11;
		protected System.Web.UI.WebControls.Label statusLabel;
		protected System.Web.UI.HtmlControls.HtmlImage Img1;
		protected Telerik.WebControls.LoadingPanel LoadingPanel1;
		protected System.Web.UI.HtmlControls.HtmlImage Img2;
		protected System.Web.UI.WebControls.Panel Wrapper1;
		protected Telerik.WebControls.CallbackDropDownList CallbackDropDownList1;
		
		private void Page_Load(object sender, System.EventArgs e)
		{
			if (!Page.IsPostBack)
			{
				LoadData(0);
			}
		}

		#region Web Form Designer generated code
		override protected void OnInit(EventArgs e)
		{
			//
			// CODEGEN: This call is required by the ASP.NET Web Form Designer.
			//
			InitializeComponent();
			base.OnInit(e);
		}
		
		/// <summary>
		///		Required method for Designer support - do not modify
		///		the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.CallbackDropDownList1.SelectedIndexChanged += new System.EventHandler(this.CallbackDropDownList1_SelectedIndexChanged);
			this.Load += new System.EventHandler(this.Page_Load);

		}
		#endregion

		private string[] images	 	  = new string[] {	"chart.gif", "editor.gif", "grid.gif", "menu.gif", "treeview.gif"};
		private string[] descriptions = new string[] {	"r.a.d.chart is a business-oriented charting component designed to eliminate the complexit of displaying graphical data in ASP.NET.", 
														 "The leading WYSIWYG rich-text editor for ASP.NET. Allows you to easily edit specific areas of content or complete web-pages using a Work-like interface.", 
														 "r.a.d.grid is designed to eliminate the typical tradeoff associated with ASP.NET grid controls 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -