Hi every One
I am using FormView which is bound to EntityDataSource (VS 2008).
It is working Correctly when I Add data manually
But I want to add Dropdownlist which is bounded to another table Its Selected Value should be inserted in Database (Orginal Table of EntityDatasource).
How I accomblish this task