Ask a Question related to ASP.NET General, Design and Development.
-
William F. Robertson, Jr. #1
intellisense HTML edit view
I have a DropDownList based control that adds some functionality to it.
What do I have to do to the .xsd file for intellisense to have the
<asp:ListItem> show up nested inside <cc1:DropDownListEx> tag.
I figured I would just inherit ListItem to my custom control library, but it
is a sealed class and I can not.
I did add the choice attribute pointing to ListItemDef, but it still doesn't
like it. It is trying to append cc1:ListItem to it, but that will result in
a parser error when the page is loaded.
Anyone know how I can work around this problem?
Thanks,
bill
William F. Robertson, Jr. Guest
-
Edit Page and Design View
Okay this could be posted for both Dreamweaver and Contribute. Basically I was wondering if there is a way to add styles that effect the page only... -
VS 2005 intellisense for complex properties in the XML/HTML designer
Hi, I am using a web custom control with Visual Studio 2005 and I have a property called : public DropDownList DropDown { -
Help - can't view page in edit mode!
Hi, Hope some one can help me with this! I've produced a site, had a hell of a time getting it to look correct in IE6, but I finally got it... -
HTML Intellisense for composite control (using datagrid)
Hi, I am developing a web composite control using datagrid, dropdown, linkbuttons etc. Its basically an extension to datagrid control to provide... -
Wierd error when going to Design View from HTML view
When I go from HTML view (in a webform) to Design View I get the following error: Could not open in Design view. Quote values differently inside a...



Reply With Quote

