Regarding Textbox Control.
-
hi, This is regarding textbox control, while seeing the page it is showing one value eg: 12/31/1969 but in the view source code of that page shows 12/58/2010. How can it possible.
-
hi, This is regarding textbox control, while seeing the page it is showing one value eg: 12/31/1969 but in the view source code of that page shows 12/58/2010. How can it possible.
Well, are you looking at the same text control? Are there any other text controls in the page? The data may be have manipulated by JavaScript code. Is there any JavaScript code that runs on page load?
Yusuf May I help you?
-
hi, This is regarding textbox control, while seeing the page it is showing one value eg: 12/31/1969 but in the view source code of that page shows 12/58/2010. How can it possible.
Copy "12/31/1969" From your web page. Open the View Soruce, Search >"12/31/1969". Check the result. :)
Cheers ! Abhijit Jana | MVP Web Site : abhijitjana.net | Follow Me @ twitter Don't forget to click "Good Answer" on the post(s) that helped you.
-
hi, This is regarding textbox control, while seeing the page it is showing one value eg: 12/31/1969 but in the view source code of that page shows 12/58/2010. How can it possible.
maybe you are updating the value using a client side code (javascript).
Regards, Jamil