Hi,
I have a custom web server control, specifically a composite control,
that includes an image button. The image button takes an ImageUrl
property that renders at _runtime_, but at design-time the image does
not render unless the user chooses an image.
I would like to display a default im...
more >>
Hi all,
I have spent ages trying to work this out... I have searched google for ages
with different search criteria, tried various methods, all to no avail.
I am dynamically placing user control onto the page. Now, the page has a
"Text Only" link, so I have to modify the output of the user...
more >>
I am trying to implement a custom server control which exposes a collection
and uses the ParseChildrenAttribute to populate it from child elements of
the controls aspx markup. In fact I am simply starting with Microsoft's
"ParseChildrenAttribute Sample". I have made no changes to this sample...
more >>
How can I reuse a User Control multiple times on a single page?
I have one created that pulls and hyperlinks the most recent news items from the database.
I want to reuse it multiple times, one instance in each javascript dropdown menu on the page.
I plan to pass the catagoryID via each individua...
more >>
I've created a simple user control (dynamically populated dropdown list
via database) and dynamically added it to a datagrid. There are 9
instances of this control in the datagrid.
My problem is accessing the control itself. I need to be able to loop
through all nine to get the selected values...
more >>