asp.net mvc 2 - The best way for mapping 2 table? -


i have 1 table name activity type there filed id (auto number) , field type name. , other table name activity there field id (auto number) ,field name , field activitytypeid (id table activitytype ) . want display in page show activitytype (name , id) in dropdownlist , name(activity) in textbox.what best way ?


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -