Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 23rd, 2003, 02:33 AM
Authorized User
 
Join Date: Jun 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to kashif Send a message via MSN to kashif Send a message via Yahoo to kashif
Default

how can i get into the event procedure on aspx page page name is hello.aspx
codebehinde hello.aspx.cs plz help

PEACE
 
Old July 29th, 2003, 08:10 PM
Authorized User
 
Join Date: Jun 2003
Posts: 97
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to planeswalk
Default

Hi,

If you are referring to tracing inside your codebehind file, you can use the HttpContext class in System.Web.HttpUtility. Simply insert the line:

  HttpContext.Current.Trace.Write("trace statement here....")

into the line you want to trace from.

Cheers!
Marlon
 
Old August 9th, 2003, 10:45 AM
Registered User
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Yes,
I agree with you ,may be there is some problems !!!!

 
Old April 16th, 2005, 12:04 PM
sli sli is offline
Registered User
 
Join Date: Apr 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sli
Default

Hi. Im not sure but try this one:
type in the following in holidaypage.aspx

 
Quote:
quote:

<script runat="runat" language="vb">
  Sub Page_Load()
   Response.Write ("<b>Name:</> " + Request.Form("FullName") + "<br />")
   Response.Write ("<b>Adress:</b> " + Request.Form("Adress") + "<br />")
   Response.Write ("<b>************:</b> " + request.Form("************") + "<br />")
     Response.Write ("<b>Destination:</b> " + Request.Form(Destination") + "<br />
End Sub
</script>
</html>
<head>
  <title>Holiday page</title>
</head>
<body>
  <br /><br />
  These details have been entered into our database, you sould receive a confirmation email from us shortly.
<br /><br />
</body>
</html>






Similar Threads
Thread Thread Starter Forum Replies Last Post
asp.net 2 accessing sql database code problem... minstrel ASP.NET 2.0 Basics 1 August 31st, 2006 11:40 PM
odbc user dsn in asp.net problem with code ashu10dec ASP.NET 1.0 and 1.1 Professional 0 February 23rd, 2006 09:49 AM
Can'T find code to Beginning Asp.net using VB.NET darruler All Other Wrox Books 1 August 12th, 2004 05:04 PM
Help 'beginning asp.net using vb.net' source code jkmf Wrox Book Feedback 1 January 18th, 2004 08:09 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.