Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello aa,

I have an ajax tab container with 6 tabs in it.
If a user clicks on a button in 4th tab, the contents inside that tab has to be changed without redirection to other page.

How can I achieve this ? Please help me.

Thanks in advance.
Posted
v2
Comments
_Amy 18-Jul-12 3:08am    
Where is the problem? What is the problem actually?
shabadiveda 18-Jul-12 21:49pm    
if i click a tab i am getting the contents of tat tab,but when i click on the button in that tab without redirection to other pages the contents has to be changed. I am not getting how to achieve this. please help me.

1 solution

I think you are an aware to use Ajax Tab Container Control.
so for starting please see this links..

Ajax Tab Container[^]
Using ASP.NET AJAX TAB Control[^]
 
Share this answer
 
Comments
shabadiveda 19-Jul-12 22:32pm    
Thnx for reply,
atleast tell me is it possible to change only the contents in a single tab.
Tejas Vaishnav 20-Jul-12 1:42am    
yes you can go with that using trick of jquery/javascript and css.
using this you can maintain only signal screen with different different UI.

like one div contain different screen, then the other display none div contain another ui. so when user perform some action as per that result, you can go for hind first div and show second div.
in this or similar way you can maintain different screen on single tab or page whit out redirecting to another page.
shabadiveda 24-Jul-12 21:47pm    
i am not getting it, can u send me the link which demonstrate the same. please.
shabadiveda 24-Jul-12 21:50pm    
i think if i do like that then the div will occupy space during runtime..if its so then how to over come..please help me..
Tejas Vaishnav 25-Jul-12 2:47am    
if you apply display:none; property then it will not occupy the space

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900