skip to main
|
skip to sidebar
Your Problem
Home
Tuesday, October 11, 2011
Calendarextender vs Read Only Textbox
Posted by
Quizeng
at
9:52 PM
Always get incorrect data from readonly textbox when you use Calendar Extender?
To fix this:
Set readonly in Textbox property to False
Use the following code in PageLoad Event
protected void Page_Load(object sender, EventArgs e) {
TextBox1.Attributes.Add("readonly", "readonly");
}
Olá! Se você ainda não assinou, assine nosso
RSS feed
e receba nossas atualizações por email, ou siga nos no
Twitter
.
Nome:
Email:
0 comments:
Post a Comment
Home
Subscribe to:
Post Comments (Atom)
Search This Blog
Blog archive
▼
2011
(1)
▼
October
(1)
Calendarextender vs Read Only Textbox