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
Curt_C [MVP] - 26 Oct 2005 19:41 GMT
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...

Signature
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
> Hello,
> I'm building a table by creating new TextBoxes and then adding them to a
[quoted text clipped - 7 lines]
>
> Thanks