Susana Posted September 29, 2003 Posted September 29, 2003 HI, can anyone help me how to remove the scrollbar of a multiline textbox web control. I am to print the html layout and the scrollbar should not be displayed. Anyone? Thanks.:) Quote
atoz Posted September 29, 2003 Posted September 29, 2003 it wont have scroll bar if you dun enter too long: <textarea runat="server" id="test"/> Since you are only printing it out.. you may want to consider putting a textbox then resize it(bigger) so that it will look like a multi-line then just then there wont be scroll bars anymore... keke... :) else quite impossible to mi Quote
Susana Posted September 30, 2003 Author Posted September 30, 2003 Thanks atoz, Got it. It's now working ok. I should have used the textarea html control. Thanks again.:D Quote
atoz Posted October 2, 2003 Posted October 2, 2003 haa GALD to hear that.. Yup, its ok to use textArea but its not the same.. as textArea is a asp control type(ie:input type...), however, <asp:textbox> is in asp.net... Anyway, :) Good Luck Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.