@model GODATA.Models.Inventory.ManageOwner
@Html.TextBox(Convert.ToString(ViewData["name"]), ViewData["RegNo"], new { @class = "placeholder", @id = @ViewData["id"], @onblur = @ViewData["BlurFunction"], @name = @ViewData["name"], @style = "text-transform: uppercase;" })
help Ex:RJ-07-SA-12345,
     RJ-07-SA-1234,
     RJ-0123,
     RJ-01234
@**@ @*

help

*@