G
Guest 20221009
Guest
I have done very little Webforms dev ever since MVC beta came out and I am battling to load a user control with parameters.
I have a UseControl for handling comments need to add this via code based on certain conditions. What does this method expect as the Type. I have searched and I m yet to find a good resource on this.

I have a UseControl for handling comments need to add this via code based on certain conditions. What does this method expect as the Type. I have searched and I m yet to find a good resource on this.
Control ContentComments = Page.LoadControl(contentType, parameters);