c# - How to bind data from internal database to devExpress gridcontrol -


i newbie, programming on devexpress silverlight application. created database adding new item, , added database1.mdf in solution trial.web. when create project had 2 solutions: dxsilverlightapplication1 (contains mainpage.xaml/.cs) , trial.web (contains dxsilverlightapplication1testpage.aspx/.html).

i have no idea how bind data mdf file devexpress grid control. data base has 2 columns: name , id only. please me.

create table adapter basic select:

select * yourdatabasename 

once have done on top right corner of gridcontrol select data source (in our example basic select statement). hope helps.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -