create textbox for date field on asp.net -


I am trying to create a form that contains text boxes, and I click on it to fill a date I want to use the zone asp.net/vb

using thks for all yr support

You

Sample code:

  & lt; ASP: text box id = "date1" name = "date1" runat = "server" & gt; & Lt; / ASP: text box & gt; & Lt; AjaxToolkit: MaskedAditEditor TargetControlID = "date1" mask = "99/99/9999" MessageValitatyType = "true" onfocus class = "masked edit focus" OnInvalidCssClass = "masked edit error" mask type = "date" Input Direction = "right tool" AcceptNegative = "Left" DisplayMoney = "left" error tooltip enabled = "true" />  

Take a look at this demo:


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -