Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am doing a real estate website whereby i am displaying my list of properties using a datalist. One of the attributes in the datalist is a linkbutton named moreinfo, so that when the users click on it they will see all the details of the property they are viewing.

Can someone give me advice on how to achieve this? I am using aspx c#

Datalist after search is working fine. hyperlink to redirect to the page working, but nothing is viewed in the details page.

Thanks
Posted

1 solution

When you first created the page in Visual Studio did you expect the DataListView would have already been there and populated with data? Of course not. You added the control and hooked up some databinding. Guess what you need to do in the details page?
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900