예제 #1
0
        public MvcHtmlString JQDropDownList(JQDropDownList dropDownList, string id)
        {
            JQDropDownListRenderer jQDropDownListRenderer = new JQDropDownListRenderer(dropDownList);

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