Search results for query: *

  • Users: farside
  • Content: Threads
  • Order by date
  1. F

    Question convert user control to string

    Looking to add a user control to a sting, something similar to below: Dim fillcontrol As String = "" Dim userc As Control = New Control userc = Me.LoadControl("FILENAME.ascx") fillcontrol.Controls.Add(userc) Is this possible? I tried attaching to a label then use the label.text function...
Back
Top