Absolute size on all asp:TextBox

dl0dth

New member
Joined
Feb 22, 2021
Messages
2
Programming Experience
10+
I need to do an absolute size on each individual asp:TextBox control on my form based on the required length, and also because of space constraints. How is this done? I've tried several ways of doing this with the asp:TextBox tag itself and also some CSS but it seems to get ignored. How do I enforce is on each component where nothing will get ignored?

Thank you,
D
 
Back
Top