Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <div style="display:inline-block">
  2. <label>Transfer Type:</label>
  3. @Html.DropDownList("dpTransferType", @Model.TransferType, new { @style = "width:100%" })
  4. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement