sorry i don't know why my thread show that text this is my main question
I have 2 DataList in store.aspx and this is my users table
Id
|
Behcode
|
Name
|
Image
|
Offer
|
description
|
Product name
|
1
|
1111
|
Jack
|
1.jpg
|
1
|
test
|
Iron
|
2
|
2222
|
Sara
|
2.jpg
|
0
|
Test
|
Curtain
|
3
|
1111
|
Jack
|
3.jpg
|
0
|
test
|
laundry
|
In DataList 1 show user’s product that their column Offer=1
in this Datalist I have Lable, Hyberlink and Image
And in DataList 2 show all user’s product
I want when users click on one of DataList1 hyperlink it go to DataList2 and show that product from DataList1
how i can get the value from command argument and populate the second datalist on click event?