navigational help

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Apr 2005
Posts: 3
Reputation: jbade is an unknown quantity at this point 
Solved Threads: 0
jbade jbade is offline Offline
Newbie Poster

navigational help

 
0
  #1
Apr 27th, 2005
Hi,

I am new to ASP.net and I have inherited a web application.

Now I have to change the gui and hence the whole navigational flow.

I have a top banner. Then I have left side menus and then on click I want to display on the right side some page.

the way this application is written is there is a home.apx where is there is code like:

if request.querystring("action")="hm" or request.querystring("action")="hm.ac.ps" or request.querystring("action")="hm.ac" then server.execute("includes/incl_left_home.aspx")



The thing I can't understand is how it displays incl_left_home.apx on left side and home_inner.apx on the right side when I can see where this home_inner.aspx is called. The above like only calls inc"lef_home.aspx.



This is the same with other menus too like profile etc. Any suggestions. I need to find it and change such that the left side menu is invoked only once in the beginning i.e after login then want ever menu I click on the left side, the page changes on the right side..

Please help.

jyothi
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: navigational help

 
0
  #2
Apr 28th, 2005
Hmm. Hard to answer without seeing the code and pages. My guess, and it's just a guess, is that CSS is positioning the various elements, so digging though the code-behind pages won't help you.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 3
Reputation: jbade is an unknown quantity at this point 
Solved Threads: 0
jbade jbade is offline Offline
Newbie Poster

Re: navigational help

 
0
  #3
May 1st, 2005
Thanks very much. I checked it out. They are positioning it in CSS.
Thomas, do you know of any samples I can get from web site or books that have code for a small menu project that has one header , one footer ,one left side menus and one right side display and does not use frames.

Regards,
j
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: navigational help

 
0
  #4
May 1st, 2005
There are quite a few examples. If you do an internet search for "CSS fluid layout template", you should find everything you need.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 3
Reputation: jbade is an unknown quantity at this point 
Solved Threads: 0
jbade jbade is offline Offline
Newbie Poster

Re: navigational help

 
0
  #5
May 1st, 2005
Thanks a lot.

Regards,
J
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC