I create MVC project, and I have table tblEmp stucture like this :
Id int
Name nvarchar
NIK int
Point numeric(18,2)
JointDate date
In view create page, i want NIK field can only input by integer with maximum length 3 digit real time [not until i press button "create"], how i can solve this issue with the simple way ? Need your help, please. thanks