The Artima Developer Community
Sponsored Link

.NET Buzz Forum
telerik's TabStrip control - first implementation impressions

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Steve Hebert

Posts: 218
Nickname: sdhebert
Registered: Apr, 2005

Steve Hebert is a .NET developer who has created the .Math compiler library.
telerik's TabStrip control - first implementation impressions Posted: May 25, 2006 6:50 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Steve Hebert.
Original Post: telerik's TabStrip control - first implementation impressions
Feed Title: Steve Hebert's Development Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/steve.hebert/rss.aspx
Feed Description: .Steve's .Blog - Including .Net, SQL Server, .Math and everything in between
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Steve Hebert
Latest Posts From Steve Hebert's Development Blog

Advertisement
I just finished wiring up telerik's TabStrip control for the first time. The experience was pretty painless.

For background, we have a page that displays a large amount of data.  This data is all hidden/shown client-side using javascript.  The previous implementation was using links that called the show/hide function.

To implement their control client-side:

  1. I added a project reference to the TabStrip library.
  2. Added the control reference to the display page.
  3. Added the code behind that handled the tab creation (a dynamic list).  The individual tabs can be created by performing a "new Tab(name)".  The tab object is then added using the TabStrip.Tabs.Add(...) function.  The function calls to show/hide the content were made using the Tab.Attributes.Add(..) functionality which is identical to the Attributes collection on other ASP.NET controls.
  4. I ran the control and it complained the source files had not been loaded into the proper directory.  It even provided a link to telerik's side explaining the situation along with other problems that can cause the error (directory permissions, etc).  I copied the files, hit refresh and everything just works.

I was very happy with how easy the implementation went.

Share this post: Email it! | bookmark it! | digg it! | reddit!

Read: telerik's TabStrip control - first implementation impressions

Topic: Windows SharePoint Services V3 (Beta) SDK Previous Topic   Next Topic Topic: SharePoint Server 2007 (Beta) SDK

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use