tags:

views:

23

answers:

0

We're running into an issue where we are inheriting from an ASP.NET base page which already provides a form. However, we also want to use the ExtJS form panel. Is there a way to use the form panel such that the form created by the ExtJS can be tied to the ASP.NET form? If we use the ExtJS form panel within the ASP.NET form, then we get nested forms. I just want to have the one ASP.NET form, but wrap it as an ExtJS form panel. Help?