I designed the UI like the below.
<div class="rightbadger">
<span id="filterRecords">
Number of Results Per Page
<%:Html.DropDownList(
"filterByPageNumber",
Model.ResultPerPage,
null,
new { onchange = "GetResultsPerPage()" }
)
%>
</span>
</div>
CSS:
.rightbadger { margin-left: 600px;}
But span and dropdown list are not aligned properly in same line.in some browsers are looking good but some of the browsers showing like the below.