treeview without form?

  • Thread starter Thread starter Daves
  • Start date Start date
D

Daves

is there anyway to use a TreeView without a Form runat="server" ?

because having a TreeView in my masterpage requires me to add a Form there
and then there is a conflict with the content page since it also needs a
form, 2 Forms on a page are not allowed...
 
aarg stupid me!
didn't realise the WHOLE page is a Form starting right beneath <body> and
ending before </body>

ASP.Net really requires you to think differently from classic asp!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top