Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   ASP.NET (http://www.programmingforums.org/forum35.html)
-   -   Asp.NET with C# (http://www.programmingforums.org/showthread.php?t=12942)

paulchwd Apr 5th, 2007 8:01 PM

Asp.NET with C#
 
Hi,

I am using c# to code asp.net, how do i print to the screen, this is so foreign to me as im used to classic ASP with vb / javascript

lectricpharaoh Apr 6th, 2007 1:04 AM

What do you mean, print to the screen? If you want static text, you put it in the .ASPX file in the HTML tags. If you want dynamic text, the easiest way is to assign it to the .Text property of an appropriate control, such as a Label. There are other ways to render text, but these are the two most obvious.


All times are GMT -5. The time now is 2:23 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC