F
Fernando Lopes
Hi.
I need to change de css of an asp.net textbox control.
So, on mouseover event, the class will be one, and on mouseout event it will
be another.
Something like:
TextBox1.Attributes.Add("onmouseover","css=x");
TextBox1.Attributes.Ass("onmouseout","css=y");
How can i do that?
Somebody have any idea?
Thanks
Fernando Lopes
I need to change de css of an asp.net textbox control.
So, on mouseover event, the class will be one, and on mouseout event it will
be another.
Something like:
TextBox1.Attributes.Add("onmouseover","css=x");
TextBox1.Attributes.Ass("onmouseout","css=y");
How can i do that?
Somebody have any idea?
Thanks
Fernando Lopes