Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Thursday, May 16, 2024 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - ASP/ASP.NET/Web Services/Other
Forum to discuss building external web applications for SalesLogix. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to ASP/ASP.NET/Web Services/Other | New ThreadView:  Search:  
 Author  Thread: ASP.NET and textarea how to for .net rookie
David Nunnally
Posts: 206
 
ASP.NET and textarea how to for .net rookieYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Jul 06 10:43 AM
fiogf49gjkf0d
How do you add a textarea into a aspx.net page inside a form that runat=server? Does it not work like textbox ie. asp:textbox runat=server id=mytxtbx?
[Reply][Quote]
Duncan Cook
Posts: 164
 
Re: ASP.NET and textarea how to for .net rookieYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Jul 06 11:39 AM
fiogf49gjkf0d
Hi David,

I haven't got VS up in front of me, but the textarea is just a normal asp input box if you look at the options, there’s something like text type or text option, here you select multiline and that’s it, you can then use style to do the height and width.

--
Duncan
[Reply][Quote]
Frank Chaffin
Posts: 475
 
Re: ASP.NET and textarea how to for .net rookieYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Jul 06 11:59 AM
fiogf49gjkf0d
try something like..

asp:TextBox ID="TextBox1" runat="server" Height="52px" TextMode="MultiLine" Width="314px"

[Reply][Quote]
David Nunnally
Posts: 206
 
Re: ASP.NET and textarea how to for .net rookieYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Jul 06 12:30 PM
fiogf49gjkf0d
So you don't have to specify rows and columns anymore?

textbox works for textbox and for textarea with the multiline parameter?

I really got to get a handle on asp.net!
[Reply][Quote]
David Nunnally
Posts: 206
 
Re: ASP.NET and textarea how to for .net rookieYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Jul 06 12:32 PM
fiogf49gjkf0d
Frank, how do you do the "codeblock" thing as in your post.
[Reply][Quote]
Frank Chaffin
Posts: 475
 
Re: ASP.NET and textarea how to for .net rookieYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Jul 06 12:37 PM
fiogf49gjkf0d
You can use the Rows and Columns properties if you want. For example...

asp:TextBox ID="TextBox1" runat="server" Rows=5 Columns=50 TextMode="MultiLine"
[Reply][Quote]
Frank Chaffin
Posts: 475
 
Re: ASP.NET and textarea how to for .net rookieYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Jul 06 12:41 PM
fiogf49gjkf0d
Quote:
Originally posted by David Nunnally

Frank, how do you do the "codeblock" thing as in your post.


surround your text with <pre>Enter your lines of text as you want them displayed.</pre> tags.

[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 5/16/2024 9:47:13 PM