Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Sir M building a real estate website in that i'hv searched a property and displayed all the searched property in listview with little details and there is a viewfulldetail button for each property i want to display fulldetail of the particular property on button click...m not getting how to do this thing pls help..thanks in advance
Posted

1 solution

You can achieve at least two way: either use popup to display with detail OR create a other page link to that page with property id in query string then on page load get all detail set the labels on the page.
 
Share this answer
 
Comments
Parwej Ahamad 16-Oct-12 13:40pm    
look some sample code : http://leedumond.com/blog/master-detail-editing-inserting-deleting-with-a-listview-and-detailsview/
Raj.Rautela 16-Oct-12 13:48pm    
m not getting from this example..can u pls give some other sample.
Parwej Ahamad 16-Oct-12 13:55pm    
Go with URL, first learn about the Listview :
http://weblogs.asp.net/scottgu/archive/2007/08/10/the-asp-listview-control-part-1-building-a-product-listing-page-with-clean-css-ui.aspx
I would suggest purchase any beginner Asp.Net book to learn about the controls etc.

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