TextBox changing colors

  • Thread starter Thread starter Randy
  • Start date Start date
R

Randy

Hello,
I'm building a table by creating new TextBoxes and then adding them to a
Cell and then adding the Cells to the TableRow. It is working fine, but for
some reason one of the TextBoxes is getting highlighted in a pale yellow
color. I'm building the table in a loop so all the textboxes get built
basically the same way so there's no other attributes that are being for
them set in the code.
Can someone tell me how/why the one TextBox is getting set in this pale
yellow color as the background?

Thanks
 
Most likely it's nothign to do with ASP.NET, it's your browser.
IIRC the google toolbar does this, it's to indicate pre-fillable form data...
 
Back
Top