代码搜索:UserControl
找到约 3,988 项符合「UserControl」的源代码
代码结果 3,988
www.eeworm.com/read/170307/5404685
vb hello.ascx.vb
Public Class hello
Inherits System.Web.UI.UserControl
Protected WithEvents Label1 As System.Web.UI.WebControls.Label
Protected WithEvents Button1 As System.Web.UI.WebControls.Button
www.eeworm.com/read/305871/3767768
cs popularproduct.ascx.cs
namespace eshop.UserControl
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
///
www.eeworm.com/read/305871/3767788
cs newproducts.ascx.cs
namespace eshop.UserControl
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
///
www.eeworm.com/read/434588/1870368
vb ucuserlist.vb
Imports System.Windows.Forms
Public Class ucUserList
Inherits System.Windows.Forms.UserControl
Protected m_bShowInGroup As Boolean = True
#Region " Windows 窗体设计器生成的代码 "
Public Sub N
www.eeworm.com/read/434588/1870513
vb ucuserlist.vb
Imports System.Windows.Forms
Public Class ucUserList
Inherits System.Windows.Forms.UserControl
Protected m_bShowInGroup As Boolean = True
#Region " Windows 窗体设计器生成的代码 "
Public Sub N
www.eeworm.com/read/404996/2296115
cs popularproduct.ascx.cs
namespace eshop.UserControl
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
///
www.eeworm.com/read/404996/2296135
cs newproducts.ascx.cs
namespace eshop.UserControl
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
///