How to restrict maual entry into textbox
i have a text box
a calender control
when i select date in calender control then it is displayed in textbox
but i dont want that anyone can type date in textbox.... i.e., only through calender control data should be entered.
enabled="false" or readonly doesnot work for me...
any suggestion