Click here to Skip to main content
15,896,348 members

Unable to reload page on mouse click

Radhika Vyas asked:

Open original thread
HI Everybody,
I have one website where i developed one index page in aspx and used xml to display menu in that page.like menudetails.xml...my problem is during click of menu the url is changing but the page is not reloding as per url...if we click second time then it loads..My xml is the following way..please help how to reload page as per the url changed...
XML
<Menudetails>
  <SubMenus Name="AboutIFSO" CategoryName="About IFSO" CategoryCount="7" NavigateUrl="Index.aspx?id=AboutIFSO" Target="">
    <Category Name="About IFSO" Count="0" ID="274" CategoryName="About IFSO" NavigateUrl="Index.aspx?id=AboutIFSO" Target="">About IFSO</Category>
    <Category Name="Contact Us" Count="0" ID="278" CategoryName="Contact Us" NavigateUrl="Index.aspx?id=ContactUs" Target="">Contact Us</Category>
    <Category Name="IFSO Member Societies" Count="0" ID="277" CategoryName="IFSO Member Societies" NavigateUrl="Index.aspx?id=IFSOMemberSocieties" Target="">IFSO Member Societies</Category>
    <Category Name="Executive Board" Count="0" ID="276" CategoryName="Executive Board" NavigateUrl="Index.aspx?id=ExecutiveBoard" Target="">Executive Board</Category>
Tags: XML, ASP.NET

Plain Text
ASM
ASP
ASP.NET
BASIC
BAT
C#
C++
COBOL
CoffeeScript
CSS
Dart
dbase
F#
FORTRAN
HTML
Java
Javascript
Kotlin
Lua
MIDL
MSIL
ObjectiveC
Pascal
PERL
PHP
PowerShell
Python
Razor
Ruby
Scala
Shell
SLN
SQL
Swift
T4
Terminal
TypeScript
VB
VBScript
XML
YAML

Preview



When answering a question please:
  1. Read the question carefully.
  2. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.
  3. If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome.
  4. Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.
Please note that all posts will be submitted under the http://www.codeproject.com/info/cpol10.aspx.



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900