CellPadding="0" CellSpacing="0" BackColor="Aqua" Width="80%">
<%# Eval("Name") %> |
Productid: <%# Eval("Productid") %> Description <%# Eval("Description") %> ImageUrl: <%# Eval("ImageUrl")%> Price: <%# Eval("Price")%> Quantity: <%# Eval("Quantity")%> |
4 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.


Manoj BhoirPosted Jun 14, 2015, 1:24 AM
Aniruddh KewatPosted Jun 14, 2015, 1:19 AM
Manoj BhoirPosted Jun 14, 2015, 12:40 AM
No you can't use CommandArgument in jQuery because it stores in viewstate of the page. but you can use
data-...attribute instead.Shuvojit HalderPosted Jun 13, 2015, 11:16 PM