G
Geoff Taylor
Hi,
I've just started trying to use FP2003 (I normally stick to VS.NET), so
this might seem like a naive question:
How do I get server controls I have written to appear design-time in
FrontPage?
MS trumpeted the use of control designers when .NET was introduced, and
it's nice being able to see the design-time rendering of controls when
laying out pages. Surely FP supports this somehow? If it does, how do
I get it work?
I have my ASP.NET pages in FrontPage. I have the <form
runat="server">... tags. I have my custom DLL in the /bin directory and
listed on the ASP.NET tab of the options dialog. But design-time, it
just seems to output the tag's code:
<opgeek:repeater runat="server" pagesize="5">
<view recordtype="news" orderby="datecreated" sortascending="false"/>
...
</opgeek:repeater>
Needless to say, neither the designer nor the preview browser can
understand this, since it's not HTML - it's ASP.NET to generate HTML.
Have I missed something?
Geoff
I've just started trying to use FP2003 (I normally stick to VS.NET), so
this might seem like a naive question:
How do I get server controls I have written to appear design-time in
FrontPage?
MS trumpeted the use of control designers when .NET was introduced, and
it's nice being able to see the design-time rendering of controls when
laying out pages. Surely FP supports this somehow? If it does, how do
I get it work?
I have my ASP.NET pages in FrontPage. I have the <form
runat="server">... tags. I have my custom DLL in the /bin directory and
listed on the ASP.NET tab of the options dialog. But design-time, it
just seems to output the tag's code:
<opgeek:repeater runat="server" pagesize="5">
<view recordtype="news" orderby="datecreated" sortascending="false"/>
...
</opgeek:repeater>
Needless to say, neither the designer nor the preview browser can
understand this, since it's not HTML - it's ASP.NET to generate HTML.
Have I missed something?
Geoff