PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

How to do an ASP.NET solution with client-side tabbed functionalit

 
 
Alex Thomas
Guest
Posts: n/a
 
      22nd Jun 2010
I would like to provide tabbed functionality in an asp .net application.
However, I would like to maintain state on the client while moving within the
tabs and navigating to other screens. What are the best ways to achieve a
rich client interface in a asp .net application ? Can you please provide with
technology options within the .net framework web technologies and possibly
some sample sites/code ?

Thanks,

Alex
 
Reply With Quote
 
 
 
 
Mr. Arnold
Guest
Posts: n/a
 
      22nd Jun 2010
Alex Thomas wrote:
> I would like to provide tabbed functionality in an asp .net application.
> However, I would like to maintain state on the client while moving within the
> tabs and navigating to other screens.


You can keep state on each page using Hidden Fields and passing data
from one page to the next not good for passing data between pages but
rather the same page on a PostBack, or you can keep state with Session
variables passed between pages.

There are plenty of examples of how to do this if you search Bing or Google.


> What are the best ways to achieve a
> rich client interface in a asp .net application ? Can you please provide with
> technology options within the .net framework web technologies and possibly
> some sample sites/code ?
>


You should also look-up (plenty of examples) on how to use MVP (Model
View Presenter) or MVC (Model View Controller).


<http://www.dofactory.com/Framework/Framework.aspx>
 
Reply With Quote
 
Hillbilly
Guest
Posts: n/a
 
      24th Jun 2010
I've used LinkButtons and my own HTML/CSS to build my own tabbed navigation
"containers" but when I started needing a lot of instances I decided the
best choice --for me--at the time-- was to use the Ajax Tabbed Container
Control. Go to http://asp.net/ and look at the Ajax Controls.

"Alex Thomas" <(E-Mail Removed)> wrote in message
news:A41C09B6-58F3-4D3D-92C8-(E-Mail Removed)...
>I would like to provide tabbed functionality in an asp .net application.
> However, I would like to maintain state on the client while moving within
> the
> tabs and navigating to other screens. What are the best ways to achieve a
> rich client interface in a asp .net application ? Can you please provide
> with
> technology options within the .net framework web technologies and
> possibly
> some sample sites/code ?
>
> Thanks,
>
> Alex


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to execute client-side code _after_ client-side validation? Bogdan Microsoft ASP .NET 2 9th Jun 2008 02:31 PM
How to call Server Side function from Client Side Code usingPageMethods in ASP.NET AJAX Ketki Microsoft C# .NET 0 21st Feb 2008 10:44 AM
Server side control that maintains viewstate for client-side javascript variables? Keithb Microsoft ASP .NET 1 26th Feb 2007 06:19 PM
execute client side script + server side code for button click =?Utf-8?B?a2s=?= Microsoft C# .NET 1 17th Mar 2005 12:20 AM
Adding custom client-side onClick handler with client-side validator controls Zoe Hart Microsoft ASP .NET 1 8th Jan 2004 10:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:43 AM.