ultrawebtab control

C

chitrasai

Hi

I have an infragisitics ultrawebtab control. Each tab is tied to a
separate page.

Tab1- General.aspx
Tab2-destination.aspx
Tab3-Prepay.aspx

The main code for the tab control resides on Main.aspx.

I have a button on General.aspx. when the user clicks on this button
it should take them to a different tab.

I have tried various things but nothing seems to work. When i use a
response.redirect("main.aspx") from Generala.apsx it creates another
tab control inside the main tab control.

Any help would be greatly appreciated.

Thanks

CS
 
B

Bruno Alexandre

Beeing a 3rd pary component you should ask those guys :)
I never used any 3rd party components for design propose (only creating PDF
files)
but what you are saying is like a problem in your code:
- build the tabs only inside "if not Page.IsPostBack then" so it will build
those tabs if it's not a PostBack, if it is a Post Back, just change the
visibilty property ... I guess that will have one ...

but, instead using that, why not the Tabs from AJAX ASP.NET ?
try it: http://ajax.asp.net/ajaxtoolkit/Tabs/Tabs.aspx


--

Bruno Alexandre
Stroby, Danmark

"a Portuguese in Denmark"
 
T

Thomas Hansen

but, instead using that, why not the Tabs from AJAX ASP.NET ?
try it:http://ajax.asp.net/ajaxtoolkit/Tabs/Tabs.aspx


Or even better:
http://ajaxwidgets.com/AllControlsSamples/TabControl.aspx

(hint try to MOVE it around from it's top frame part... ;)
(Try also to CLICK the BUTTON on the SECOND tab... ;;)
(Try ALSO to click the button on the THIRD tab and then click the
green button that appears...)
Notice no postbacks no matter what you do!
Then click the "Show code" button up left on the page and be blown
away !! :)
587 gazillion times easier than doing the same in "Atlas" (asp.net
Ajax)

Note also that Gaia doesn't actually HAVE a TabControl, this control
is created 100% by HAND in the .aspx file! ;;)


..t
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top