Masked TextBox
I want to set masked text box format as dd/mm/yyyy how to do it. also suggest a stored procedure for picking +1 value from a column of integer from last value.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ShankeyPosted Nov 1, 2010, 7:05 AM
Hi mayur
Following is your solution for masked text box. Please mark my answer as accepted if it helped you.
InputDirection="LeftToRight" AcceptNegative="None" DisplayMoney="None" runat="server" />
I will give you answer for store proc also. but plz give some more detail like your sample table structure etc
Thanks,
Maninder