CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 Debug .Net scripts

Print topic Send  topic

Author Message
ldornell

Posts: 3
Posted: 01/25/2004, 9:02 PM

I embedded the following code into my script, but I can not seem to locate the output... Where does the output get logged??

System.Web.HttpContext.Current.Response.Write(tblMasterListData.Urls_keyword)
View profile  Send private message
peterr


Posts: 5971
Posted: 01/25/2004, 11:35 PM

This depends on where you placed this code. The response/output is buffered in .NET, therefore if for example you used the "Before Update" event, then after the Response.Write the page will be redirected to another page (using Response.Redirect) and you will see nothing.
Possibly try using Response.End() after Response.Write to stop page execution.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.