M
Martin Robins
I have inherited from GridView to add additional functionality and I use the
new control using the standard "Register ..." directive at the top of the
page source. This works fine and the control functions normally, however
IntelliSense no longer recognises the enclosed HTML tags and as a result
underlines half of it in red and will not reformat the page correctly.
If I return the control declaration to <asp:GridView> ... </asp:GridView>,
all of the tags are instantly recognised again and the source will reformat.
What am I missing?
new control using the standard "Register ..." directive at the top of the
page source. This works fine and the control functions normally, however
IntelliSense no longer recognises the enclosed HTML tags and as a result
underlines half of it in red and will not reformat the page correctly.
If I return the control declaration to <asp:GridView> ... </asp:GridView>,
all of the tags are instantly recognised again and the source will reformat.
What am I missing?