Ajax calender ctrl
-
Hi everyone! i'm hving a ajax calender extender attached to a textbox.To txtbox i'm populating the selected date from calender control,now i want to restrict the user from entering any data manually into the txtbox.Could any one tell me how to do that .. Thanks in advance
-
Hi everyone! i'm hving a ajax calender extender attached to a textbox.To txtbox i'm populating the selected date from calender control,now i want to restrict the user from entering any data manually into the txtbox.Could any one tell me how to do that .. Thanks in advance
SunithaNallana wrote:
i want to restrict the user from entering any data manually into the txtbox.Could any one tell me how to do that ..
return false onkeypress of textbox.
asp:textbox id="txt" runat="server" onkeypress="return false;"