Home All Groups Group Topic Archive Search About
Author
28 Mar 2005 2:52 PM
SouthSpawn
I am looking for a way to add tabs to my asp.net pages. I saw an
application that had tabs on it. It seem as they did it with javascript,
because when you click on each tab. It didn't post back to the server to
load the tab information.

Any Suggestions?
Mark

Author
28 Mar 2005 9:15 PM
Ken Cox [Microsoft MVP]
It was probably done with a component like this:

http://www.componentart.com/tabstrip/default.aspx

Show quoteHide quote
"SouthSpawn" <southsp***@aol.com> wrote in message
news:95ffb547f85e87b715ca3c9b3a966c33@localhost.talkaboutsoftware.com...
>I am looking for a way to add tabs to my asp.net pages. I saw an
> application that had tabs on it. It seem as they did it with javascript,
> because when you click on each tab. It didn't post back to the server to
> load the tab information.
>
> Any Suggestions?
> Mark
>
Author
28 Mar 2005 9:16 PM
Ken Cox [Microsoft MVP]
Sorry, this is the client-side version:

http://www.componentart.com/demos/tabstrip/features/client_side_tabStrip/default.aspx

Show quoteHide quote
"SouthSpawn" <southsp***@aol.com> wrote in message
news:95ffb547f85e87b715ca3c9b3a966c33@localhost.talkaboutsoftware.com...
>I am looking for a way to add tabs to my asp.net pages. I saw an
> application that had tabs on it. It seem as they did it with javascript,
> because when you click on each tab. It didn't post back to the server to
> load the tab information.
>
> Any Suggestions?
> Mark
>