المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : GridView and making my site look like this page



C# Programming
07-02-2009, 08:50 PM
I love the way these pages look. How you have a list of all the posts, can click on one, and the whole post is displayed. I am in the process of doing something similar. I'm building a website that will show 5 of say 17 fields from a selected record in GridView kind of like to get the user's attention. Then, when the user clicks any of the 5 fields, all 17 fields would drop down, much like this page. Can that be done only with GridView or would I have to add a View/MultiView to the page. If I can do it with GridView is there a property I can set or would I have to write custom code? Are there any good code snippets out there?
THanks.