hi, I juz started learning vb and using visual studio 2005. I need to get the info from datalist to show in another page. eg. first page displays the summary list of products available using datalist and i wan to make it so that when a particular product is clicked using a button, its details will be shown on the next page
this is the button
<asp:Button ID="btnDetails" runat="server" OnClick="btnDetails_Click" Text="Details" CommandArgument='<%# Eval("Title") %>' CommandName="Select" />