User475983607 posted
when i set a textbox.maxlength, is this a pure clientside feature?
Yes
or does my server also validate the input for security?
No
do i really need additional checks in my code that text.length <= than textbox.length?
Client side validation is for the user's experience. Server validation is for security.