How to bind from database to textbox with entity framework??
I try out but always get<<<< "SELECT\r\n`Extent1`.`ID`, \r\n`Extent1`.`Field Name`\r\nFROM `table name` AS `Extent1`\r\n WHERE `Extent1`.`ID` = @p__linq__0" >>>>
Anybody can solve ?? Thanks a lot :-)
Loading

Asp.Net HeinPosted May 11, 2015, 4:21 AM
Afzaal Ahmad ZeeshanPosted May 11, 2015, 4:11 AM
Also you might want to read again what Entity framework is (Entity framework abstracts the requirement to write SQL statements and other back-end codes), what Data binding is and you also forgot to mention whether you are using ASP.NET, WPF or which framework?
To get a full answer, you are required to ask a full question. With full details and description the problem.