jump to navigation

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.

Comments

Sorry comments are closed for this entry