Re: TextBoxes with Yellow Background

From: Rob T (RTorcellini_at_DONTwalchemSPAM.com)
Date: 05/25/04


Date: Tue, 25 May 2004 11:40:35 -0400

you most likely have a google toobar installed.... it like to color in the
auto fill boxes......

"A.M" <nospam1@online.nospam> wrote in message
news:u8wWvsmQEHA.3732@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> Even I specifically mentioned "white" as background color of all
> ASP:TextBoxes of my form, Some of them come up with yellow background.
>
> I guess it should be kind of ASP.NET behaviour, but I don't know what
> exactly it means.
>
> What is the meaning of that yellow BG color of ASP:TextBoxes ? How can I
> have control over it?
>
> Here is a sample of textbox that comes up with yellow BG color:
>
> <asp:TextBox id=txtPhone runat="server" MaxLength="10"
> BackColor="White"></asp:TextBox>
> <asp:RegularExpressionValidator id=RegularExpressionValidator1
> runat="server" ErrorMessage="Invalid Phone Number!"
> ControlToValidate="txtPhone" EnableClientScript="False"
> ValidationExpression="^\d{10,10}$">*</asp:RegularExpressionValidator>
>
>
> And here is a sample of another text box which comes up with white BG:
>
> <asp:TextBox id=txtLastName runat="server" MaxLength="20"
> BackColor="White"></asp:TextBox>
> <asp:RegularExpressionValidator id=vName runat="server"
> ErrorMessage="Invalid Last Name!" ControlToValidate="txtLastName"
> EnableClientScript="False"
>
ValidationExpression="^[a-zA-Z ]{0,20}$">*</asp:RegularExpressionValidator>
>
>
> Thanks,
> Alan
>
>



Relevant Pages

  • RE: WPF textbox autogrow
    ... auto expanding/shrinking with the content entered into it. ... set the TextWrapping property of the TextBox to Wrap ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework)
  • CustomTextBox
    ... boxes the TableLayoputPanel is auto scrolling to the start of the ... TextBox, this is no use if the text box is bigger than the form ... It is not my CustomTextBox because it also douse it if I use ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Auto fill fields
    ... In the query behind your combo box, place the CompanyNo in the 2nd ... >I need a textbox to auto fill based on what is selected in a combo box. ... > need the company text box to auto fill with its related company number. ... > have to enter it over and over when I am already entering Programs. ...
    (microsoft.public.access.forms)
  • RE: Textbox autocomplete working only if multiline is set to false
    ... The auto complete feature for TextBox works only if the ... In my opinion, auto complete feature makes sense for one line of text, ... Microsoft Online Community Support ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Auto fill fields
    ... "AlCamp" wrote: ... > In the query behind your combo box, place the CompanyNo in the 2nd ... >>I need a textbox to auto fill based on what is selected in a combo box. ... >> need the company text box to auto fill with its related company number. ...
    (microsoft.public.access.forms)