Dear Friend,
I am new in ASP.Net with c#.
I want date in a dd/mm/yyyy format with validation in TextBox . Is anybody guide me how shall ?
As I got date with dd/mm/yyyy but it will also accept 32/02/2005. Though Feb has less 30 days.
Also when I compare two textbox it will not evalute properly. eg I want TextBox2 date greater then TextBox1. So I had used
CompareValidator, & select type="date" but it will not evalute.
Pl guide me.
Thanking You,