Has anyone tried to use RadControls within ASPDotNetStorefront? We are trying to use the RadMenu and Rad Panel as part of our templates and running into multiple form tag issues. I'm just curious if anyone else has tried to do this, and if so how you got around those problems.
The problem is that in order to use the Rad Controls in the template, they need to be inside a server side form. There are portions of the ASPDotNetStorefront site that get hosted inside the template that already have a server side form in them. Those pages bomb because you can't have more than one server side form on a page.
I am not an ASPDotNetStorefront expert, but I suppose if those templates inject additional form tag, you will jump into the same generic ASP.NET error either with RadControls or with VS Web controls. The path I would choose is to strip somehow the extra form tag if possible.