How does navigation work in TimeTracker starter kit ?

B

Bazza Formez

Hi,

This is very much a newbie type question ...

I have downloaded the code for the TimeTracker app which is one of the
Starter Kits at www.asp.net & trying to figure out exactly how it works so
that I can build something similar myself.

In my new app I would like to employ the same method to navigate between
pages that is used when a user clicks the tabs at the top of the screen in
TimeTracker.... but I am falling down at the first step ! I can't see how
the navigation tabs get rendered. No hyperlink controls or anything like
that. See http://www.asp.net/TimeTrackerStarterKit/TimeEntry.aspx and look
at the tabs called "Log", "Reports" & "Administration" to see them in
action.

Looking at file TimeEntry.aspx in Visual Studio for example.... there are no
tabs (or user control) appearing in the designer surface. At run time
though, there they are.

I can't see any code doing this either... ie. in the Page_Load sub for
example.

Can someone give me a few clues here as to how it works.

Many thanks,

Bazza
 
C

Cowboy \(Gregory A. Beamer\)

I do not have it downloaded, but see if there is a tab control (part of the
Internet Explorer Web Controls). If so, it is a compiled control that
handles the events to switch from view to view. NOTE: This is even better in
Visual Studio 2005, if you can wait.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
 
B

Bazza Formez

Thanks Gregory


Cowboy (Gregory A. Beamer) said:
I do not have it downloaded, but see if there is a tab control (part of the
Internet Explorer Web Controls). If so, it is a compiled control that
handles the events to switch from view to view. NOTE: This is even better
in Visual Studio 2005, if you can wait.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top