Catalog Navigations Tabs and Retail2002
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Commerce Server > Commerce Server General > Catalog Navigations Tabs and Retail2002




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Catalog Navigations Tabs and Retail2002  
Ryan Ross


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-19-04 03:36 PM

Just out of curiousity (trying to determine if I did something wrong), does
anyone else have trouble with the Catalog Navigation tabs in the
ProductDetails.aspx page? For whatever reason, when I click on them, the
page posts back, but does not change to the Category or Catalog page...

Thanks,
Ryan







[ Post a follow-up to this message ]



    Re: Catalog Navigations Tabs and Retail2002  
Ryan Ross


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-23-04 04:35 PM

If anyone here's the fix:

 '=======================================
====================================
==

' Private METHOD: CatalogTabs_Clicked

'

'' <doc>

'' <desc>CatalogTabs clicked event handler</desc>

'' <remarks>

'' Handles Click event raised by CatalogTabs.

'' </remarks>

'' <param term='sender'>Event Sender</param>

'' <param term='e'>Event Arguments</param>

'' <internalonly/>

'' </doc>

'

 '=======================================
====================================
==

Private Sub CatalogTabs_Clicked(ByVal Sender As Object, ByVal e As
EventArgs) Handles catalogTabs.Click

ViewState("Catalog") = catalogTabs.Catalog

ViewState("Category") = ""

Dim paramNames(0) As String

Dim paramValues(0) As String

paramNames(0) = URLQueryParameterNames.callingPage

paramValues(0) = "ProductDetails"

CommerceApplication.ServerTransfer(catalogTabs.Url, paramNames, paramValues)

End Sub




"Ryan Ross" <ryanr@nni.com> wrote in message
news:103ajgfjsdbv662@corp.supernews.com...
> Just out of curiousity (trying to determine if I did something wrong),
does
> anyone else have trouble with the Catalog Navigation tabs in the
> ProductDetails.aspx page? For whatever reason, when I click on them, the
> page posts back, but does not change to the Category or Catalog page...
>
> Thanks,
> Ryan
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 10:02 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register