looking for tab control in ASP.NET

  • Thread starter Thread starter Daniel Walzenbach
  • Start date Start date
D

Daniel Walzenbach

Hi,

I'm looking for a nice tab control in ASP.NET. I have seen
the tab control MS user in their CRM and it was really
impressive. Does anybody know where to find a good one?
Something like the Internet Explorer WebControls but
probably "still supported".

Thank you for your help
Daniel
 
Try:
http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1

You will have to compile the web controls now (previous incarnations
included a compiled version). I imagine that the tab control will be an
intregal part of the next version of ASP.NET, so the MS version (at the
above link) is probably a good control to look at for future compatibility.

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

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Ravikanth,

thanks for your hint but I already know those controls. I
wanted to know weather there are any other controls
available.

Best regards.

Daniel
 
Thank you Gregory,

Ravikanth told me before about this control. Since the source coude is
provided it might be a good choice.

Regards
Daniel
 
Back
Top