티스토리 뷰

카테고리 없음

.NET MVC] DropDownList

James Wetzel 2015. 3. 27. 17:35

<%= Html.DropDownList("seachType", new SelectList(new[] { new SelectListItem(){ Text = "상품명", Value="goods" }

                                                                                                        , new SelectListItem(){ Text = "상품코드", Value="goodsCode" }}, "Value", "Text"), new { @style = "height:28px;" })%>

728x90
반응형