Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have some tables that each one have different columns like this :
http://i.stack.imgur.com/BXA31.png[
href="http://i.stack.imgur.com/BXA31.png" target="_blank" title="New Window">^
]

each User ( have ID ) can post to my website and Add some events, so each update goes to related table! but my problem is how show this information only in one Gridview . its something like facebook Timeline that shows your updates sorted by date .
i tried to use SQL join but its not a good way because i have 10 to 12 tables, joining all these tables is time consuming.
i want have a gridview that be bind from different tables on sort the information by their date ( each table have a date column )
sorry for my bad English.
Posted

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