Id suggest reading up on these two blog posts as to how to integrate .NET code into your projects:
http://www.kimdezen.com/2011/04/integrating-server-side-code-reddot-cms-projects/ http://www.reddotcmsblog.com/how-to-integrate-asp-net-into-reddot-cms-projects-best-practice-on-net-template-embedding Cheers, Kim On Aug 29, 10:31 pm, Ramya <[email protected]> wrote: > Hi, > > I am very new to .NET and for the first time trying to integrate aspx > pages in CMS. Everything went fine till we found that ASPX text boxes > are not visible in CMS. Following is the code: > > <asp:TextBox ID="txtUser" > CssClass="txt_home_login" runat="server" MaxLength="64" > Text="User Name"></ > asp:TextBox> > > ASPX Labels are working fine: > > <asp:Label ID="lblSessionExpired" CssClass="text" runat="server" Font- > Bold="True" > Font-Size="11pt" > ForeColor="Red">Session expired. Kindly re-login.</asp:Label> > > Thanks in advance, > > Regards, > > Ramya -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
