asp.net mvc 3 pre-select Html.DropDownListFor not working in nerd dinner

后端 未结 5 2047
一向
一向 2020-12-31 07:19

Learning about dropdown lists, Im trying to add a RSVP create page for nerddinner as in Scott Gu\'s blog with a Html.DropDownListFor listing available dinners.

I ca

5条回答
  •  难免孤独
    2020-12-31 07:56

    Please take care if there is a QUERY STRING with same name , it will override that behavior, Not sure about HIDDEN FIELDS with same name.

    E.g.

    DropDownListFor will use the value of Query String of DinnerID if found

提交回复
热议问题