ASP .Net listview problems

cpopham

Junior Contributor
Joined
Feb 18, 2004
Messages
273
I am trying to get this listview to work on my web page. I was following a bbok example. I put put the datalist on my web form, then I open up the template. I drag a label conrol onto the item template and attach the datasource, which is the authors first name. I then add a hyperlink beside of this and attach the datasource which is the authors last name. When you click the last name the information for the author should appear, but when I compile the program and it comes up in the web browser, only one authors first and last name appears (several times) in the datalist, however when you click the link on the last name, depending on the row your are on different information appears. It as though everything is working right, but the datalist is not filling correctly. Please help :(

Chester
 
Back
Top