public MvcHtmlString JQDropDownList(JQDropDownList dropDownList, string id) { JQDropDownListRenderer jQDropDownListRenderer = new JQDropDownListRenderer(dropDownList); dropDownList.ID = id; return(MvcHtmlString.Create(jQDropDownListRenderer.RenderHtml())); }
public MvcHtmlString JQDropDownList(JQDropDownList dropDownList, string id) { JQDropDownListRenderer jQDropDownListRenderer = new JQDropDownListRenderer(dropDownList); dropDownList.ID = id; return MvcHtmlString.Create(jQDropDownListRenderer.RenderHtml()); }