Hello,
I would like to know how i can get a return value of a specific controls text when a button is clicked, What i mean to say is i have a datalist thats connected to a datasource and it loads various data but has a specific label with id="Productid" and has
a button below which says more information, All i want is when the user clicks on the button (More Information) i want the page to open in another new window with URL (E.g. www.mywebsite.com/results?id=001) the (001) would be the data from the label with id="productid"
in the datalist.
I have tried several attempts but nothing worked out, please guide and help me thanks
Go to the complete details ...