|
|
|
อยากทราบว่าต้องการสร้าง tag ต่างๆ เช่น tag button,tag fileupload ในหน้า behind ทำไงอะครับ |
|
|
|
|
|
|
|
Create Control ทำได้ไม่ยากครับ
Code (VB.NET)
'*** Create New Label ***'
Dim lblText As New Label
With lblText
.Text = "My Customer"
.Font.Size = "30"
End With
Me.pnlMain1.Controls.Add(lblText)
|
|
|
|
|
Date :
2012-04-05 12:34:23 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|