hi,
i have requirement,like can I able to do perform the Date mask for TextBox using bootstrap?
can anyone suggest me how to do it?
Hi,
which data addition are you using? This one? https://tarruda.github.io/bootstrap-datetimepicker/.
You could create a custom control that emits the needed html. I wouldn't recommend starting to subclass the TextBox class but a parent of it like https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.webcontrol(v=vs.110).aspx.
Grz, Kris.