• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Datalist Select Statement

austin316

Diamond Member
Using ASP.Net 2.0 (and VB, not C#), I have a datalist that is populated with the name of the item, short description and the price. I would like the user to be able to click a link and goto more detailed information about that item. My primary key is ID. I would ideally like to have them click a button, which would register what that items id happens to be. Then, the item id is stored in a session variable and the user is redirected to a new page. On this new page, the datasource checks the session variable and displays the correct information.

I was able to do this using a datagrid, but not a data list. Anyone know how I can accomplish this?
 
Back
Top