代码搜索结果
找到约 85,229 项符合
Sender 的代码
childwin.pas
unit CHILDWIN;
interface
uses Windows, Classes, Graphics, Forms, Controls, StdCtrls;
type
TMDIChild = class(TForm)
Memo1: TMemo;
procedure FormClose(Sender: TObject; var Action:
global.asax
void Application_Start(object sender, EventArgs e)
{
// Code that runs o
updateproducts.aspx.cs
using System.Web;
using System.Web.UI.WebControls;
partial class UpdateProducts : System.Web.UI.Page
{
protected void btnNewItem_Click( object sender, System.EventArgs e)
{
DetailsVie
schedulematch.aspx.cs
using System;
using System.Web;
using System.Web.UI.WebControls;
partial class ScheduleMatch : System.Web.UI.Page
{
protected void GridView1_SelectedIndexChanged( object sender, System.EventA
useradmin.aspx.cs
using System.Web.Security;
partial class UserAdmin : System.Web.UI.Page
{
protected void ChangePassword_Click( object sender, System.EventArgs e)
{
MembershipUser mu = Membership.GetUs
editsquad.aspx.cs
using System.IO;
using System;
using System.Web;
using System.Web.UI.WebControls;
partial class EditSquad : System.Web.UI.Page
{
protected void FileUploaded(object sender, PictureUpload.File
shoppingcart.ascx.cs
using System;
using System.Web.UI.WebControls;
using Wrox.Commerce;
partial class ShoppingCartControl : System.Web.UI.UserControl
{
void Page_Load( object sender, System.EventArgs e)
{
统计再线人数.txt
void Application_Start(object sender, EventArgs e)
{
Application.Lock();
Application["peoplenumber"] = Convert.ToInt32(Application["peoplenumber"]) + 1;
A
页面中控件的传值.txt
目的页面:
private void Page_Load(object sender, System.EventArgs e)
{
Label4.Text=Request.QueryString["name"];
Label5.Text=Request.QueryString["mima"];
Label6.Text=Request.QueryS
实现多控件的互相选择.txt
private void Button2_Click(object sender, System.EventArgs e)
{
while (ListBox1.Items.Count!=0)
ListBox2.Items.Add(new ListItem(ListBox1.Items[0].Value ));
ListBox1.Items.Remove(ListBox