How can I set selected Item of Html.DropDownList to Request.QueryString["JobType"]
<td class="data"><%= Html.DropDownList("MaintJobTypes")%>
some thing to:
<td class="data"><%= Html.DropDownList("MaintJobTypes").selectedItem = Request.QueryString["JobType"]%>