Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi ,


How to send product id and product price to other page on button click event that button is use in the datalist..
Posted

If its a product ID and price, which is typically short, you can use query strings to pass that data to another page.
 
Share this answer
 
There are so many ways to send information to another page. Please check the following links.

http://msdn.microsoft.com/en-us/library/6c3yckfw.aspx[^]

Transferring page values to another page[^]

http://ramanisandeep.wordpress.com/2008/11/21/passing-values-from-one-page-to-another-page-aspnet/[^]

As walterhevedeich said, product ID and price typically short. So you can go for Query String[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900