I am having a listview on a page displaying title of articles[news].
- I want to display by default the top news[along with full article] in the adjoining section.
- Further i want to update the adjoining section[one with full description] based on user link click in the title only section.
I first thought of implementing the objective via the same method as described on page-464 [customizing the detailsview & handling its events] but it has the dropdownlist items bound to db whereas i am not having dropdownlist so cant bind.
Can any please guide me to relevant code or implementation or how shall i proceed.
Will be a great help. Thanks.