Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a 1 aspx page divided by 2 frames, left frame i am using tree view, right frame is display the contents which i select tree view link.
when i click the tree view, right frame display one aspx page under that page there is onother aspx page link. when i click that link it displays another aspx page, but i dont know where is that page calling exactly, so i want to know the url path of that page before or after loading that page. please anybody knows answer me its very urgent, i am new to ASP.NET.
Posted

There are various ways to know that, couple of them would be:
1. Visual Studio Debugger - Check before the Response.Redirect line that what URL is being set
2. Use Firebug, Fiddler, any web tool to track the requests and response made by your website. You will get what is the URL requested.
 
Share this answer
 
If you want to check that where exactly a link is pointing, in that case right click on the link a check the Address (URL) of that particular link.

If you are looking for something else then provide some more details regarding your issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



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