[MonoDevelop] Data controls in the asp.net designer

jon cosby jon at jcosby.com
Sun Nov 26 15:21:12 EST 2006


What's the situation with data controls in the aspnet designer? When I drop  a datagrid on the page, it displays the message

    This control has no html associated

Switching to the source view I have

<asp:DataGrid ID="DataGrid1" runat="server">
    <EditItemStyle />
    <PagerStyle />
    <AlternatingItemStyle />
    <SelectedItemStyle />
    <FooterStyle />
    <HeaderStyle />
    <ItemStyle />
</asp:DataGrid>

Going back to the design view the page is empty. Now if I try to leave the design view MD closes with no information.




More information about the Monodevelop-list mailing list