Ask a Question related to ASP.NET General, Design and Development.
-
Robin Bonin #1
Dynamic user control in a table.
I have a user control, htmlBlock_ProductThumb that I would like to add to a
dot net table. I'm not sure how to get the output of the usercontrol into
the cell.
Dim newCell As New TableCell
Dim newRow As New TableRow
Dim productThumb As New htmlBlock_ProductThumb
newCell.Controls.Add = productThumb ?
Robin Bonin Guest
-
Asp.net2 Menu control dynamic display based on User Role!!!Help please!!!
Hi I want to create a horizontal menu on my website being built using asp.net2 with menu items based on the "role" of the user who logged into the... -
Adding Dynamic User Control WITH PARAMETERS
Is there a way to dynamically add a user control to a page, AND before the page_load of the user control fires, that you have some of the public... -
Adding a Dynamic User Control from the Base Page Class (and retaining it on Postback?)
Hi There! As the subject says, I need to add a user control dynamically (using LoadControl function) to the derieved page from the base Page... -
How do I put a user control into a table?
I have a user control that create a product thumbnail and details. I am working on aother user control that I will pass some variables like # of... -
Web user control content doesn't resize in web form table
Hi Paul: The only suggestion I could give is to wrap the table with a <div> tag, and set the width of that <div> to be 100%. ASP.NET controls...



Reply With Quote

