Hi
I have an internal news rotator with data coming from Linq to SQL. The news heading, news bite and the news key are initally queried for the rotator.
I would like to be able to click on an item and have the onitemclick event to fire and in the code behind determine the news item that was clicked on and requery the database with the news key to get and display the whole news story elsewhere on the page.
I have everything working except how to determine the news key/data of the item clicked on in the codebehind.
Thanks in advance.
Paul
I have an internal news rotator with data coming from Linq to SQL. The news heading, news bite and the news key are initally queried for the rotator.
I would like to be able to click on an item and have the onitemclick event to fire and in the code behind determine the news item that was clicked on and requery the database with the news key to get and display the whole news story elsewhere on the page.
I have everything working except how to determine the news key/data of the item clicked on in the codebehind.
Thanks in advance.
Paul