Ask a Question related to ASP.NET General, Design and Development.
-
Boris Zakharin #1
Controls don't render correctly in VS.NET with CSS
I have written a CSS file which includes a background image in the BODY
section. The trouble is, some of the server controls I'm using are rendered
with the background image instead of its real content at design time. It
looks fine in any browser, but not in design view. Some of the controls
affected are repeaters, data grids, validation controls, and others.
Can this be fixed?
Thanks,
Boris Zakharin
Boris Zakharin Guest
-
flex builder does not render layout controls
Hi to everyone, I've a little problem with Flex Builder When I place in the Flex Builder Design Area any Layout Control (Panel, VBox,... -
Question about Controls collection, CreateChildControls and Render methods
Hi, Consider this code (simplified) example: public class Person : Microsoft.SharePoint.WebPartPages.WebPart { private ImageButton _action =... -
Pie Chart doesn't render correctly
The last slice of the pie is taking up almost the entire pie even though it should be the smallest slice. What's the deal? Is there anything that... -
Enumerating Controls Collection in Control.Render() causes System.InvalidOperationException - Why???
Hi all! any ideas why this code... protected override void Render(HtmlTextWriter writer) { Table table; TableRow row; TableCell cell; ... -
Web Custom/Composite controls default property render issue.
Hi, I'm trying to build TextBox based custom web control. Part of this control is shadowed CssClass property: <Description("Choose Css...



Reply With Quote

