473,587 Members | 2,321 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

TextBox BackColor changes when solution is ran

ron
I have several TextBoxes on a Web Form. When I run the
project the background color of some of the TextBoxes
changes to a "yellowish" color. Changing the BackColor
property of these TextBoxes seems to have no effect
however the BackColor property did get changed as I
display this in the box. This only happens on some
TextBoxes and not others.

Thanks in advance.
Nov 22 '05 #1
4 1473
Ron, I have the exact same problem(some of them just turn yellow) and even
though I never set background color, it still happens. I haven't been able
to override it either. However, I did kill the boxes in question, then copy
ones that appeared normal, and this fixed it. I'm not sure what it is b/c I
have about 6 pretty big ASP.NET apps and it only happened in one of them.
"ron" <ro*******@cox. net> wrote in message
news:4d******** *************** *****@phx.gbl.. .
I have several TextBoxes on a Web Form. When I run the
project the background color of some of the TextBoxes
changes to a "yellowish" color. Changing the BackColor
property of these TextBoxes seems to have no effect
however the BackColor property did get changed as I
display this in the box. This only happens on some
TextBoxes and not others.

Thanks in advance.

Nov 22 '05 #2
ron
I have started a new form and it ran it after every
step. It was going ok until I started renameing all the
TextBoxes.
-----Original Message-----
Ron, I have the exact same problem(some of them just turn yellow) and eventhough I never set background color, it still happens. I haven't been ableto override it either. However, I did kill the boxes in question, then copyones that appeared normal, and this fixed it. I'm not sure what it is b/c Ihave about 6 pretty big ASP.NET apps and it only happened in one of them."ron" <ro*******@cox. net> wrote in message
news:4d******* *************** ******@phx.gbl. ..
I have several TextBoxes on a Web Form. When I run the
project the background color of some of the TextBoxes
changes to a "yellowish" color. Changing the BackColor
property of these TextBoxes seems to have no effect
however the BackColor property did get changed as I
display this in the box. This only happens on some
TextBoxes and not others.

Thanks in advance.

.

Nov 22 '05 #3
I had this problem also and found out it was that I had the autofill feature filled on my google toolbar, turned it off and yellow color went away
Nov 22 '05 #4
Ron

The Google toolbar did the trick. Don't know how you found this but
thanks a lot.


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 22 '05 #5

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

Similar topics

4
382
by: ron | last post by:
I have several TextBoxes on a Web Form. When I run the project the background color of some of the TextBoxes changes to a "yellowish" color. Changing the BackColor property of these TextBoxes seems to have no effect however the BackColor property did get changed as I display this in the box. This only happens on some TextBoxes and not...
11
2454
by: Mr. B | last post by:
While at first this may seem a simple tast, it has plagued me for a while... What I want to do is to have the background colour of something like a TextBox to change from (say) White to Yellow to White to Yellow and then back to White in about 1 second or so. This is to create something like a 'flash' (or a Pulse) for when a User clicks...
0
2110
by: Jonas L | last post by:
Hi, I need to create a textbox which acts as a normal textbox but with the following extra requirements: 1) In-focus color, when the textbox gets focus the backcolor property of the textbox should be set to a, selectable, in-focus color. 2) Out-of-focus color, when the textbox loses focus the backcolor property of the textbox should be...
1
15737
by: Amadelle | last post by:
Hi all and thanks in advance for your help, I have a problem with capturing the changed value of a text box in a datagrid. The datagrid is populated based on a dataset and I am using template columns to show some of the columns. Few of the columns have textboxes to make them available for editing. I am trying to update the dataset all at...
1
1862
by: Amadelle | last post by:
Hi all and thanks in advance for your help, I have a problem with capturing the changed value of a text box in a datagrid. The datagrid is populated based on a dataset and I am using template columns to show some of the columns. Few of the columns have textboxes to make them available for editing. I am trying to update the dataset all at...
2
2970
by: ismaelf | last post by:
i have a textbox in a template column in a datagrid, it displays the initial value of the row, but when i change it remains with the original value (it doesnt get the new value..) i fill the CartTable programmatically with rows from a database binded datagrid.. i cant figure out what is wroooong! hehe thanks for helping here is my code: ...
12
3165
by: Henry Jones | last post by:
I have a VS 2005 VB.NET project and would like to change the color of the textbox when the user hovers over it. In a Module I have the following routines: Public Sub Button_Hover(ByRef btnName As Button) btnName.BackColor = Color.BlanchedAlmond End Sub
1
1351
by: Mark Rae | last post by:
Hi, Have been modifying a piece of JavaScript I found on the net which completely prevents the Google AutoFill Toolbar from doing its stuff... Got that working now but, while I was debugging it, I noticed that every field that the Google Toolbar turned yellow also had its border style changed... Seems that this is a standard "feature"......
0
2390
by: Jacob Donajkowski | last post by:
Once the user logs in I want to have the users switch from the Roster View to the Profile View and enter their profile infomation and save it. Then the next time they login and go to the Profile View I want the form populated from there profile on the sql server. The code to save the profile works fine. But when the user logs back in they data...
4
8691
by: Dean Slindee | last post by:
Anyone got a quick and easy way to change the background color on a textbox after the user has change the text value. Already have lots of forms written, so an approach that does not depend on adding code to an event on every textbox would be great. Just the same, I don't see an event specifically tailored for this task (like an OnChange...
0
7918
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7843
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8206
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8340
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7967
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8220
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5713
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
1
2353
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1185
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.