Hi Palli / Other VisualWevGUI "Family Members"
OK I can now host a VWG Form inside a ASP.NET Page and also inside a ASCX User Control using the Formbox Control
What I now want to do is add the User Control (ASCX) to UBRACO
When I register the ASCX User Control (which inside has a FormBox Control which of contains a VWG Form) to the CMS UMBRACO all looks OK because I can add the "Macro"
Below is a copy of me trying to register the Macro called MDTest1 to the page
<%@ Master Language="C#" MasterPageFile="~/masterpages/Visibly2Master.master" AutoEventWireup="true" %>
<asp:content ContentPlaceHolderId="visibly_content" runat="server">
hello 111
<umbraco:Macro Alias="MD_Test1" runat="server" />
hello 222
</asp:content>
The outcome is that the VWG Usercontrol does not render and an example is available at :-
http://www.parkendbarnreclamation.co.uk/development.aspx
where is simple displays :-
hello 111 <Macro: MD_Test1 (,)> hello 222
Can anyone help me or point me in the right direction to make a VWG Form display inside the UMBRACO CMS product
Many Thanks In Advance
I can zip up and email my Visual Studio 2010 Project if needed
Regards
MD_DEV (Spain, UK, Europe)