asp.net - how to add session in navigate url -
adding book basket , clicking on view basket displays basket fine.
when clicking on top right hand basket link screen displays basket empty though book has been added
you want update basket, you'll have postback. seem allready because item gets added, guess "add" button in updatepanel. if put updatepanel around "basket" should update fine, or maybe you'll have add code update basket.
Comments
Post a Comment