Ask a Question related to ASP.NET General, Design and Development.
-
Toma¾ Mlakar #1
Page navigator
Hello
I'am writing an ASP.NET application and would like to have a page navigator
on every page.
Navigator would look like this: Start page -> Page 1 -> Page 1.1.
I would like as generic solution as I can get. I'am thinking of putting some
user control on every page that will automatically render the navigator for
that page.
Any ideas?
Tomaz
Toma¾ Mlakar Guest
-
MX:VBox under Tab Navigator
Ok I am working on a tab layout that shows different pricing. Right now I have 2 tabs with price grids on them. The second tab I want to make... -
Drag Layer and Navigator 7
I am using the drag layer behavior and trying to preview in Navigator 7- it just wont work I understand there is a patch for it to work in Nav 6... -
Tab Navigator
Hi, I know there is probably a simple answer to this but I am having great difficulty in finding one. I have a Tab navigator in my flex... -
navigator language ?
How to find the visitor navigator language? Thanx :) -- ------------------------------------------------------------------------- FIGHT... -
can asp detect navigator.platform
HTT_USER_AGENT server variable. response.write request.servervariables("HTTP_USER_AGENT") will return something like: HTTP_USER_AGENT =... -
Natty Gur #2
Re: Page navigator
Hi,
I have done it using my base Page class and listbox to show the calling
route. I generate for every page GUID to identify it (to know if the
user return to page1.aspx that I already add to the path). In my base
class code I check if page is new one and then add it as a child to his
father (caller) and to the list box. My mechanism enables programmers to
add data for every page and to get that data when the page recall
(basically it’s a stack).
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

