Adding Web Controls at Runtime October 20 2005
A quick and easy way to add WebControls at runtime is to use the Me.Controls.Add(myWebControl)
This is a simple way to throw in Datagrids on the fly.
- Posted in : .NET
- Author : site admin
A bit of this and that. What I do?
A quick and easy way to add WebControls at runtime is to use the Me.Controls.Add(myWebControl)
This is a simple way to throw in Datagrids on the fly.
Comments
Sorry comments are closed for this entry