Hi,
I'm having a app.cshtml page that contains a tag like this
<div class="product-item">
I want to use this tag in bpp.cshtml.How to pass this tag via query string or cookie.I just want to pass this tag.I dont want to redirect the action to another page.
Iam using mvc4.
Go to the complete details ...