MultiView Contrtol will not work in content page
I am fairly new to asp.net programming but have been doing OK. I have hit on an issue that I can't find a solution for. I have a Master Page that has a TreeView for navigation via the Web.sitemap file. This control reequires a
Martin DelfinoPosted Feb 8, 2008, 12:22 PM
That took care it. Everything is working just as I hoped it would.
Many thanks!!!
RakrusPosted Feb 8, 2008, 12:53 AM
Hi,
we can use Request.QueryString["parameterName"].ToString() to get the parameter associated with the url.Please check for this.
Martin DelfinoPosted Feb 7, 2008, 12:55 PM
Martin DelfinoPosted Feb 7, 2008, 12:18 PM
I have tried that but when I click on one of my view buttons I get the error "the page cannot be displayed". I have taken the code out of the "content page" and made a simple page without reference to a master page, of course I have to add in the form id but everything works just fine. It simply appears that for some reason my content page will not inherit the form id from the master.
Thanks for replying
RakrusPosted Feb 7, 2008, 6:13 AM
In the content page by default it won't create any form element.If you created any form element just remove it,any way it inherits the master page form element.