Hide scrollbars of a Multiline textbox while printing.
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Date: Mon, 5 Apr 2004 04:31:05 -0700
Hi there,
I'm using a multiline textbox (web control, not the HTML one) in one of my aspx pages. This page has a print button that prints the content on user's request.
but the problem is that it also prints the scroll bars of this multiline textbox. is there a way that the scroll bar disappear in the printout???
plz note that the text box is not an HTML control where I can change it's scroll bar's color via CSS or javascript.
tx a ton for the help/advice in adv.
P PC
Relevant Pages
- RE: Not compiling?????
... "aspnet_regiis.exe -i" That should fix your problem. ... >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 ... >If I place a Web Control Button and an HTML button on a grid layout, ... >What I get is only the HTML button. ... (microsoft.public.dotnet.languages.vb.controls) - Re: PHP Web Controls
... ASP.NET has a concept of a user defined web control, ... write out html for that control. ... plug-ins to implement new behaviors, new validations, new layouts, etc.. ... PHP Classes - Free ready to use OOP components written in PHP ... (comp.lang.php) - Re: Movenext and ASP.net
... The biggest mistake people make when coming to ASP.NET from ASP Classic is to imagine that ASP.NET is somehow the "next version" of ASP Classic. ... Secondly, apart from some very specific and quite rare occasions, ASP.NET does not use Response.Write to "write out" HTML. ... This involves creating the HTML markup for the web control on the aspx page and then wiring it up in your code behind page. ... (microsoft.public.dotnet.framework.aspnet) - PHP Web Controls
... ASP.NET has a concept of a user defined web control, ... can implement their own web control and override the render method to ... write out html for that control. ... when writing PHP4+ code? ... (comp.lang.php) - Re: Limiting Multiline textbox
... but why putting this property under textarea ... ... > This is more of an HTML issue than a ASP.NET issue. ... > renders as a TEXTAREA HTML element. ... > To limit the length of a multiline textbox you have to do this in the ... (microsoft.public.dotnet.framework.aspnet) |
|