Asp.Net Source HOME » asp.net learning » ASP.NET » Controls and Components » Solution to capture read only textbox value in ASP.Net 2.0
Title:

Solution to capture read only textbox value in ASP.Net 2.0

Posted At: 12/10/2008
URL: http://www.egawa.com.au/Blog.aspx?articleid=23
Today I am upgrading one of my applications from .Net framework 1.1 to 2.0. I found that the application is able to capture the values from all web controls except the date picker after the version upgrade. The date picker is a read only textbox coming with an calendar icon. The client side Javascript will fill the value automatically when the user picks the date from the popup calendar.

Comments:


No comments yet