How can i create gridview drillthrough table on windows phone 8?
I have a tables product (id,name,actual)
on sql server compact 3.5.
i would like to show this table on the emulator and add new product from it
Asked
Active
Viewed 89 times
1

rciovati
- 27,603
- 6
- 82
- 101

user3433797
- 45
- 4
-
What do you mean "show the table"? – Shawn Kendrot Mar 18 '14 at 17:19
-
i have table on my database contains id,name ,age email i like to show it on the emulator – user3433797 Mar 18 '14 at 18:59
-
Have you taken a look at the "Windows Phone Databound App" project in VS? Have you tried [this link](http://www.bing.com/search?q=windows+phone+sqlce&go=Submit&qs=n&form=QBRE&pq=windows+phone+sqlce&sc=4-19&sp=-1&sk=&cvid=2084999466b34a2abaa27dae27b7f23e)? – Shawn Kendrot Mar 18 '14 at 19:07
-
i like to diplay data and edit it – user3433797 Mar 19 '14 at 09:13