Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.:)

Posted

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

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...