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!
 
Back
Top