M
Mark
Hi all, I have a WYSIWYG editor which allows people to insert a form into a
page.
This information is stored in a database and at run-time is displayed inside
a content placeholder (I'm using MasterPages).
The problem I am having is that because .NET places a form tag wth
runat=server my nested HTML tag posts back to the .NET form instead of the
HTML page declared in the action tag of the HTML form.
I have read that the way to get around this is to place the HTML form
outside of the .NET tag but how can I do this when a page is being built
from the database and displayed inside a content placeholder...
Any ideas welcome!
Thanks
Mark
page.
This information is stored in a database and at run-time is displayed inside
a content placeholder (I'm using MasterPages).
The problem I am having is that because .NET places a form tag wth
runat=server my nested HTML tag posts back to the .NET form instead of the
HTML page declared in the action tag of the HTML form.
I have read that the way to get around this is to place the HTML form
outside of the .NET tag but how can I do this when a page is being built
from the database and displayed inside a content placeholder...
Any ideas welcome!
Thanks
Mark