473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

tab strips in ASP.NET 2.0?

Hi all -

I found in .NET 2.0 Win Forms tab strips are very convenient & useful,
but I dont see the features in ASP.NET 2.0. any pointers or
alternativs?

thanks in advance!
george

Oct 24 '06 #1
3 1109
"george" <ge*********@gmail.comwrote in message
news:11*********************@i42g2000cwa.googlegro ups.com...
I found in .NET 2.0 Win Forms tab strips are very convenient & useful,
but I dont see the features in ASP.NET 2.0. any pointers or
alternativs?
It's possible to simulate this with a combinaton of the <asp:Menuand
<asp:MultiViewcontrols:
http://www.google.co.uk/search?hl=en...w%3E+tab&meta=

While this does indeed work, it's important to realise two things:

1) only the controls within the current tab are rendered to the client

2) switching tabs requires a postback

As someone who likes to do as much data validation client-side with
JavaScript as possible, this is immensely frustrating. There are 3rd-party
controls which do ASP.NET tabs "properly", of course, but they're not free.

Of course, it's possible to simulate tabs by making panels visible and
invisible client-side, but that requires a bit more programming...
Oct 24 '06 #2
See if you can get inspired to write your own with the code in these samples:

http://www.codeproject.com/aspnet/TabularMultiView.asp

http://www.codeproject.com/aspnet/TabStrip.asp


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"george" <ge*********@gmail.comwrote in message
news:11*********************@i42g2000cwa.googlegro ups.com...
Hi all -

I found in .NET 2.0 Win Forms tab strips are very convenient & useful,
but I dont see the features in ASP.NET 2.0. any pointers or
alternativs?

thanks in advance!
george

Oct 24 '06 #3
very useful stuff... I think I will write one tonight for my app.

thanks so much!
George

Juan T. Llibre wrote:
See if you can get inspired to write your own with the code in these samples:

http://www.codeproject.com/aspnet/TabularMultiView.asp

http://www.codeproject.com/aspnet/TabStrip.asp


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"george" <ge*********@gmail.comwrote in message
news:11*********************@i42g2000cwa.googlegro ups.com...
Hi all -

I found in .NET 2.0 Win Forms tab strips are very convenient & useful,
but I dont see the features in ASP.NET 2.0. any pointers or
alternativs?

thanks in advance!
george
Oct 24 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Kyndig | last post by:
This is 'weird'. I'm trying to port my project to php5 so I can get tidy support in php , and its stripping out my CSS _after_ I do a page reload and each page after that. The first page visit...
1
by: Andrew | last post by:
I run a fixed-width export based on a query, and the query looks like this... Clients.SSN, Clients.ClientID, ServiceEvents.SeviceDate, CStr(Format(,"0000")) AS Servs, "28" AS SETTING, FROM...
0
by: Tx Whytboy | last post by:
I'm having difficulty with inheriting a form that has a menu on it. Is this not possible with a Menu Strip? It comes up locked and will not change in the descendant. Also, I'm trying to use a...
2
by: John Pouliezos | last post by:
I created a form in VS 2005 to use it as parent in one of my projects. I placed a TollStripContainer, a MenuStrip and a ToolStrip. Even though I changed the modifier property to "public" and the...
10
by: Adam Honek | last post by:
Hi all, Controls such as the tree view or list view use image lists hence I can set the quality of icons to 32bit. This way they look their best. Unfortunately both the menu and tool bar strip...
9
by: pic078 via AccessMonster.com | last post by:
I need serious help - I have a frontend/backend Access database (2 MDE Files) that remains stuck in task manager after exiting the application - you can't reopen database after exiting as a result...
1
by: tc | last post by:
I have an app with a main form. On this form I have a tab page, 4 tabs. All this is fine. On tab one I have a couple of grids and buttons etc, and a tool strip at the top of the tab section. ...
6
by: jan.schaak | last post by:
hi, this is my sql code. -----start code----- SELECT Reeksen.ReeksNR, Reeksen.ReeksText, Count(Strips.Titel) AS NBTitel, (SELECT Count(strips.Titel) AS AantalVanTitel FROM (Reeksen INNER...
4
by: asianmike | last post by:
I have the following XML: <eventsTable> <eventRec> <dateTime>06/01/2009 21:36:43</dateTime> <rawDateTime>1231277803</rawDateTime> <type>Event</type> <source>GSC</source>...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.