Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > ASP.NET > ASP.NET Web User Controls > ASP.NET Web User Control & Property (Code Behind)



Clound SSD Virtual Server

ASP.NET Web User Control & Property (Code Behind)

ASP.NET Web User Control & Property ตัวอย่างการส่งค่า Property ให้กับ Form ของ Web User Control โดยใช้ Code Behind เขียนแยกระหว่าง .aspx และ .aspx.vb หรือ .aspx.cs

Language Code : VB.NET || C#

ASP.NET Web User Control

Syntax

<%@ Register Src="UserControl.ascx" TagName="UserControl" TagPrefix="myUsr" %>

<myUsr:UserControl ID="myUserControl" runat="server"></myUsr:UserControl>


Sample

MyWebPage3.aspx

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="MyWebPage3.aspx.vb" Inherits="MyWebPage3" %>
<%@ Register Src="MyUserControl3.ascx" TagName="MyUserControl3" TagPrefix="uc1" %>
<html>
<head>
    <title>ThaiCreate.Com ASP.NET - Web User Control</title>
</head>
<body>
    <form id="form1" runat="server">
        <uc1:MyUserControl3 id="MyUsrCtrl" runat="server"></uc1:MyUserControl3>
    </form>
</body>
</html>


MyWebPage3.aspx.vb

Public Class MyWebPage3
    Inherits System.Web.UI.Page

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Me.MyUsrCtrl.strText1 = "www.ThaiCreate.Com 1"
        Me.MyUsrCtrl.strText2 = "www.ThaiCreate.Com 2"
        Me.MyUsrCtrl.strText3 = "www.ThaiCreate.Com 3"
    End Sub
End Class


MyUserControl3.ascx

<%@ Control Language="VB" AutoEventWireup="false" CodeFile="MyUserControl3.ascx.vb" Inherits="MyUserControl3" %>
<table style="width: 495px" border="1">
    <tr>
        <td style="height: 73px; text-align: center">
            <asp:Label ID="lblText1" runat="server" Font-Size="X-Large"></asp:Label><br />
            <asp:Label ID="lblText2" runat="server" Font-Size="X-Large"></asp:Label><br />
            <asp:Label ID="lblText3" runat="server" Font-Size="X-Large"></asp:Label>
         </td>
    </tr>
</table>


MyUserControl3.ascx.vb

Public Class MyUserControl3
    Inherits System.Web.UI.UserControl
    Public strText1 As String
    Public strText2 As String
    Public strText3 As String

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Me.lblText1.Text = strText1
        Me.lblText2.Text = strText2
        Me.lblText3.Text = strText3
    End Sub
End Class


Screenshot

ASP.NET Web User Control


ASP.NET & Visual Studio .Net 2003 - Web User Control

ASP.NET & Visual Studio 2005,2008 - Web User Control






   
Share

Property & Method (Others Related)

ASP.NET Web User Control & Property

ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2008-12-13 21:05:38 / 2009-06-03 00:25:58
  Download : Download  ASP.NET Web User Control & Property (Code Behind)
 Sponsored Links / Related

 
ASP.NET Web User Control
Rating :

 
ASP.NET Web User Control & Property
Rating :

 
ASP.NET Web User Control - LoadControl()
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 01
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่