Monday, March 26, 2012

Tabs in an ASP.NET Application

Does anyone havea good article on how to setup Tabs in an ASP.NET
application? (VB.NET)

I am having a hard time understanding how it works and where to begin. Any
insight would be greatly appreciated.DOTNETGUY wrote:
> Does anyone havea good article on how to setup Tabs in an ASP.NET
> application? (VB.NET)
> I am having a hard time understanding how it works and where to begin. Any
> insight would be greatly appreciated.

Tabs as in hitting the TAB key, or tabs as in a tabbed form?

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
Tabbed forms...sorry.

"Curt_C [MVP]" wrote:

> DOTNETGUY wrote:
> > Does anyone havea good article on how to setup Tabs in an ASP.NET
> > application? (VB.NET)
> > I am having a hard time understanding how it works and where to begin. Any
> > insight would be greatly appreciated.
> Tabs as in hitting the TAB key, or tabs as in a tabbed form?
> --
> Curt Christianson
> site: http://www.darkfalz.com
> blog: http://blog.darkfalz.com
DOTNETGUY wrote:
> Tabbed forms...sorry.

We built our own tabbed form. Basically it was single row of table cells
where the click posted back and determined what to show in the bottom
half. We also did a version with no postback that used div's with
hide/show specified with the onclick() events of the hrefs used in the
"tab" cells.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
Has anyone created something like this Tab / Multi-page control form that
uses generic object such that it can be used in Netscape, Opera, Mozilla,
etc? The IE Webcontrols only work with, of course, IE.

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:OefC%23gjgFHA.3692@.TK2MSFTNGP09.phx.gbl...
> DOTNETGUY wrote:
> > Tabbed forms...sorry.
> We built our own tabbed form. Basically it was single row of table cells
> where the click posted back and determined what to show in the bottom
> half. We also did a version with no postback that used div's with
> hide/show specified with the onclick() events of the hrefs used in the
> "tab" cells.
>
> --
> Curt Christianson
> site: http://www.darkfalz.com
> blog: http://blog.darkfalz.com

0 comments:

Post a Comment