I want to add style in asp.net textbox control. I could'nt find textbox element in elements list. I can put style in all input controls using the below code in css.
input { backgroud-color:black; }
but this changes the background color of all input controls like buttons, radiobox etc.
I want to do it exclusively with textbox,I dont want to do it with css class.