Hello,
I have a tab call 'products' which contains a user control with left and right radpane in a radmultipage, the left pane is a products panel bar. Each prduct will generate a panel and the childitem (set with productParentID) will generate as items. When clicking on the item, the right pane can display the user control with configurated detailview base on the selected item value (id). Now, How does user save this product link, such as adding it to his favorite? In my mind, I can check if the url link contains a query string call "page=product&id=1", then I will set the tab selected id, the panel bar selected id and the detailview with which of product id. But it would give out a logical bug if user goes to another page by clicking other link or tab, then it will come back to product page again...
Please advice, thx!
I have a tab call 'products' which contains a user control with left and right radpane in a radmultipage, the left pane is a products panel bar. Each prduct will generate a panel and the childitem (set with productParentID) will generate as items. When clicking on the item, the right pane can display the user control with configurated detailview base on the selected item value (id). Now, How does user save this product link, such as adding it to his favorite? In my mind, I can check if the url link contains a query string call "page=product&id=1", then I will set the tab selected id, the panel bar selected id and the detailview with which of product id. But it would give out a logical bug if user goes to another page by clicking other link or tab, then it will come back to product page again...
Please advice, thx!