Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Tabbed interfaces


Message #1 by "Ben Densmore" <ben_densmore@e...> on Tue, 25 Mar 2003 14:28:44 -0500 (Eastern Standard Time)
 Hi everyone,=0D
 I was windering if anyone might have some good tutorials or resources fo
r
building a tabbed interface in asp.net. Are most done strictly in DHTML? 
I
ve found some stuff using DHTML but wanted to see if there are different
ways to doing them.=0D
=0D
Thanks,=0D
Ben

Message #2 by "Greg Partin" <GPartin@c...> on Tue, 25 Mar 2003 13:13:23 -0700
Have you looked into a tabstip and multi-page solution?  I have
implemented that for a "Wizard"-like appearance in my Reporting module.

Greg

Greg Partin
Software Engineer

CompassLearning, Inc.
2400 N. Commerce Pkwy.
Suite #404
Weston, FL  33326

>>> ben_densmore@e... 03/25/03 02:28PM >>>
 Hi everyone,
 I was windering if anyone might have some good tutorials or resources
for
building a tabbed interface in asp.net. Are most done strictly in
DHTML? I
ve found some stuff using DHTML but wanted to see if there are
different
ways to doing them.

Thanks,
Ben 


Message #3 by "Charles M. Carroll" <darthcarroll@l...> on Tue, 25 Mar 2003 21:20:03 -0500
I like the MS tab controls I use on Main page of http://www.LearnAsp.com 
which are free @
http://msdn.microsoft.com/downloads/samples/internet/default.asp?url=/downloads/samples/internet/asp_dot_net_servercontrols/webcontr
ols/default.asp

http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1
has the source code to how they do it. They use DTHML in some browsers and 
page submits/postbacks in others.

http://groups.yahoo.com/group/AspNetMSTreeToolbarTabMultipage
is a group devoted to supporting those and discussing/support/comparing 
competing FREE and commercial tab controls.

Lucky for you my favorite ebooks on Server control buliding @
    => Developing .NET Custom Controls and Designers using VB.NET
         http://www.bluevisionsoftware.com/WebSite/BookInfo.aspx?ID=10
    => Developing .NET Custom Controls and Designers using C#
         http://www.bluevisionsoftware.com/WebSite/BookInfo.aspx?ID=7
one of the the sample chapters is on Tab control building. So you can read 
that chapter even if you don't buy the excellent ebook.

Sample chapters:
http://www.bluevisionsoftware.com/WebSite/Books/CustomControlsAndDesignersVB/Chapter6.pdf
http://www.bluevisionsoftware.com/WebSite/Books/CustomControlsAndDesignersVB/Chapter16.pdf

Sample Chapters:
http://www.bluevisionsoftware.com/WebSite/Books/CustomControlsAndDesigners/Samples/Chapter6.pdf
http://www.bluevisionsoftware.com/WebSite/Books/CustomControlsAndDesigners/Samples/Chapter16.pdf

At 02:28 PM 3/25/2003 -0500, you wrote:
>  Hi everyone,
>
>  I was windering if anyone might have some good tutorials or resources for
>building a tabbed interface in asp.net. Are most done strictly in DHTML? I
>ve found some stuff using DHTML but wanted to see if there are different
>ways to doing them.



  Return to Index