473,378 Members | 1,067 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,378 software developers and data experts.

2.0: unexpected color of TextBox

Hello,
I am learning .NET and I have such problem:
I have a page with a number of TextBox controls - all of them are
white. Unexpectedly of of them is yellow.
Here definition of the control:

E-mail: <asp:TextBox ID="Email" runat="server" ValidationGroup="Email"
/>
<asp:RegularExpressionValidator ID="ValidationOfEmail" runat="server"
ValidationGroup="Email" ControlToValidate="Email"
ValidationExpression="([\w\-]+\.)*[\w\- ]+@([\w\- ]+\.)+([\w\-]{2,3})"
/>

I don't use CSS. For instance: Name: <asp:TextBox ID="Name"
runat="server" ValidationGroup="Name" /> is white.

Please help.
Thank you!
/RAM/
Jun 27 '06 #1
2 860
R.A.M. wrote:
Hello,
I am learning .NET and I have such problem:
I have a page with a number of TextBox controls - all of them are
white. Unexpectedly of of them is yellow.
Here definition of the control:

E-mail: <asp:TextBox ID="Email" runat="server" ValidationGroup="Email"
/>
<asp:RegularExpressionValidator ID="ValidationOfEmail" runat="server"
ValidationGroup="Email" ControlToValidate="Email"
ValidationExpression="([\w\-]+\.)*[\w\- ]+@([\w\- ]+\.)+([\w\-]{2,3})"
/>

I don't use CSS. For instance: Name: <asp:TextBox ID="Name"
runat="server" ValidationGroup="Name" /> is white.

Please help.
Thank you!
/RAM/


It is because of Google toolbar present in your IE window. If you look
at the top of your IE window (normally, below to address bar) you can
see toolbar plugin installed by Google (or may be Yahoo).

This toolbars highlight the textboxes near to known labels to make the
data entry easier. This is called "AutoFill"

You can disable this feature by disabling it thru the Option window.

Anyways, this is nothing to do with your code.

-
Vadivel Kumar
http://vadivelk.net
Jun 27 '06 #2
On Tue, 27 Jun 2006 16:39:37 +0530, Vadivel Kumar
<va******@vadivelk.net> wrote:

THANX
Jun 27 '06 #3

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

Similar topics

1
by: Ken | last post by:
Any thoughts on making explicit calls to unexpected()? My sense is that this function is really intended to be invoked automatically as part of exception handling. Are there times when explicit...
2
by: Gerhard Esterhuizen | last post by:
Hi, I am observing unexpected behaviour, in the form of a corrupted class member access, from a simple C++ program that accesses an attribute declared in a virtual base class via a chain of...
3
by: Eric Anderson Vianet SAO | last post by:
hello all When i tried ´pg_dump -v -f dump.dmp dtbtransporte´ I got the error: pg_dump: restoring data for table tbdmovimento pg_dump: dumping out the contents of table tbdmovimento ...
2
by: MLH | last post by:
A form named frmVehicleEntryForm has a number of textbox controls who's OnGotFocus property setting is an expression... =Change2Green() Change2Green() looks something like this... Dim MyControl...
0
by: Francois Malgreve | last post by:
Hi all, I have a more or less complex form with a few buttons and a few input fields. One of my my input field ( a TextBox) I have an event handler for the TextChanged event. What I want is...
2
by: Stephen Miller | last post by:
Can the CustomValidator be used to simply report unexpected errors, without requiring Client/Server validation? To explain, say you had a simple text box and button that did a Full-text Search of a...
1
by: CJM | last post by:
I've copied (& modified) some code from MSDN which uses a Repeater control, but I'm getting an error: Unexpected end of file looking for </HeaderTemplate> As far as I can see I've not made an...
7
by: John Kotuby | last post by:
Hi all, I am trying to use a calendar server control which I have ID="Calendar1" in the source code. What I am trying to do is emulate a JavaScript calendar that was being used in an older ASP...
1
by: aloksingh83 | last post by:
This error coming when i am using telerik grid.It works fine in asp.net grid what i am trying to do is taking values from textbox and show in grid view... here is the code: <script...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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...

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.