473,396 Members | 1,789 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Migration to 2.0: Textbox readonly problem

Hi,
We are currently upgrading our .Net web apps from framework 1.1 to 2.0
Everything is going quite smoothly except a bug with textbox value not
rendered when having propery readonly=true on the ASCX side.
explaination:
<asp:textbox id="TBDate" runat=server readonly=true></asp:textbox>
after the upgrade to Framework 2.0, the value of this textbox is always
empty string
TBDate.value always equals ""

The workaround we found is to set up the property on the vb side:
TBDate.Attributes.add("readonly", "readonly")
then the TBDate.value is well rendered on the postback...

Did anyboby encounter the same problem?
Does anybody has an explaination?

Cheers,

Thierry

Jul 6 '06 #1
1 1803
Hi,

I've blogged a small bit about it

http://aspadvice.com/blogs/joteke/ar.../12/16409.aspx

--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke

"Thierry" <th************@eur.crowncork.comwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...
Hi,
We are currently upgrading our .Net web apps from framework 1.1 to 2.0
Everything is going quite smoothly except a bug with textbox value not
rendered when having propery readonly=true on the ASCX side.
explaination:
<asp:textbox id="TBDate" runat=server readonly=true></asp:textbox>
after the upgrade to Framework 2.0, the value of this textbox is always
empty string
TBDate.value always equals ""

The workaround we found is to set up the property on the vb side:
TBDate.Attributes.add("readonly", "readonly")
then the TBDate.value is well rendered on the postback...

Did anyboby encounter the same problem?
Does anybody has an explaination?

Cheers,

Thierry

Jul 6 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: pv_kannan | last post by:
Hello, I am stuck with a problem trying to mimic the behavior of a Windows Forms Readonly textbox in HMTL/ASP.NET. Basically, I would like the text to be readonly and overflow the textbox...
8
by: tshad | last post by:
I cannot seem to get the asp:textbox to use classes. Style works fine. I am trying to set the textbox to act like a label in some instance so it doesn't have a border, readonly and the background...
3
by: Lyners | last post by:
I am having a hard time with this one, and I thought it would be easy. I have a datagrid in which I have textboxs for users to enter data. One of the fields in the database behind the datagrid...
2
by: Eric | last post by:
I have a textbox on a form that is populated from the database when the form loads. When I check textbox.Text when the user clicks my submit button, the value is always what it was when the form...
4
by: DS | last post by:
I am trying to migrate a vs 2003 asp.net application to vs 2005 and am having many problems. After dealing with 300+ compile errors after conversion now I have many run time error. I lot of them...
1
by: Bonggoy Cruz | last post by:
We have a fairly big size ASP.NET web application that was written VB.NET. We are in the process converting the web project. We used the migration wizard included in VS 2005. I followed step by...
4
by: H-S | last post by:
Please help. This is a real puzzler! Originally posted on microsoft.public.dotnet.framework.windowsforms but no answer found! I have a read-only textBox which shows the results of a selection...
6
by: Brandon McCombs | last post by:
Hello, I have a Form that contains some configuration information. One of the settings is for SSL. There is a checkbox that I want to check to make 2 textboxes un-editable so that a user can...
10
by: moondaddy | last post by:
I have a textbox on a webform and based on certain conditions I wanted to prevent a user from editing its text. I dont like the look of the texbox when its disabled and was wondering if there is a...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.