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
Post a Comment