473,789 Members | 2,876 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Dynamic Multiview - Dynamic Tabs

I want to create a web site that can dynamically creates tabs -- like
firefox functionality built into a web site.

Take a look at this site to get an idea of what I'm looking to do:
http://www.krugle.com/demos/Overview5_800.html

Now, I'm not looking to copy the entire interface from Krugle, but I am
very interested to understand how they are implementing those tabbed
panes. It's pretty brilliant because they're dynamic.

Anyway, I'm at a loss of how to do that in ASP.NET. At first it seemed
like a MultiView would work, but adding views dynamically to a
MultiView, and having them persist seems impossible. You can't
serialize Views to the ViewState.

Then I thought maybe I could just store a list of URLs in the ViewState
and add views to the MultiView based on those URLs. But you can't
create views from a URL... at least not any easy way I care to find
out.

Then I thought to completely discard the MultiView. Instead, I thought
to use a panel of buttons to act as the tabs (using CSS to make them
look like tabs) where each button loads a dynamically generated page
(cached on the server) into a frame of a frameset. This is where I'm
at now. Any ideas on how I would go about dynamically generating a
page that could be cached somewhere on the server? Is it possible to
generate entire page web resources on the fly to be stored until the
session expires or the user logs out?

Any other ideas of how to implement this? Existing controls? Anything?

Apr 5 '06 #1
0 1806

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

Similar topics

3
2942
by: CAD Fiend | last post by:
Hello, Well, after an initial review of my database by my client, they have completely changed their minds about how they want their form. As a result, I'm having to re-think the whole process. My Current Form (6 tabs): - Owner, Property, Title, Docs, Queries, & Reports - User is able to see (while navigating through the tabs) above in the form : Owner Name, Address, Parcel, and SSN
7
3040
by: needin4mation | last post by:
I wanted easy tabs for my webpage and saw the new MultiView. I read and couldn't tell, but is the MultiView the same as having tabs? Or does MultiView bring everything at once and the user just selects it (a tab?) Thank you.
1
1454
by: H | last post by:
ASP.NET 2.0 I used to have IE Webcontrols (Tabstrip w/Pageviews) on my page. Because of issues, I switched over to a horizontal Menu with a Multiview control. The problem is in the javascript. Previously, when I scanned through 'document.forms.elements', I would have access to all of the elements (about 400) on all of the tabs, visible or not. However, now when I scan 'document.forms.elements', I only get the elements of
0
2700
by: veerleverbr | last post by:
Hi, I want to create an asp.net page with a tabpage. On the tabpage I want to use the WebDateChooser and WebDataInput controls of Infragistics. These 2 controls use a mask to enter a date and bankaccountnummber, so that no invalid date or bankaccountnumber can be inputted. I started out with the tabcontrol of infragistics. But I also want to use the atlas update panel, and this gives conflicts when used together with the infragistics...
3
2405
by: phalanx_28 | last post by:
How would I go about configuring my Menu and MultiView controls to display a different .aspx file for each View I have? In other words, I have 5 "tabs" and each "tab" has it's own .aspx file associated with it. How do I go about connecting the two? I imagine its done in the code behind, but I can't seem to find the properties or come up with the logic to go about this. Thanks.
5
6181
by: Brad Isaacs | last post by:
Good morning friends, I am working with ASP.NET 2.0 -- VB code behind I have created tabbed pages using the Menu control with the Multiview control. Using the menu control to display the tabs, and the Multiview control to display the content that corresponds to the selected tab. My Menu control needs to be able to switch language from English or French depending on the language chosen by the user.
0
1119
by: jack | last post by:
Hi In my project there are multiple role. The default page of the role are their dashboard.(Which is one single page) The page contains the multiview control with some tabs The tabs on the page should be role specific. how can this be achived, like some tabs are visible to one role while
0
960
by: Paul W Smith | last post by:
I am quite new to ASP.NET, but follwoing the principles of all good code monkeys I have found some code which displays a tab control which when each tab is clicked displays a different page of a multiview control. What I would like to do now is have these tabs built dynamically from a DataSource query. Doe sanyone have any links to any example(s) to show me how to do this. I have a query which returns two columns, the first that name...
0
1152
by: =?Utf-8?B?aUhhdkFRdWVzdGlvbg==?= | last post by:
I am using a tabs in my application and with the help of multiview control i have created different tabs. In each tab form there is a registration form. I need to add a validation summary control in each of the tabs form. In my first tab the validation summary control works, where as in the second tab it dosent shows up. Help me out please
0
9665
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10408
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10199
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9020
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6768
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5417
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5551
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3697
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2909
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.