Author: rizwanaslamdar | Posted on: 5/14/2006 9:56:34 PM | Views : 967

Hi there,

I am using a content page (tellafriendaction.aspx) which uses a master page (PublicMaster.Master)

The masterpage Page_Load event (in the code behind page) is working and is called when tellafriendaction.aspx page is called.

But the Page_Load event in the content page (tellafriendaction.aspx) is not working or is not called when i call the content page while i am debugging the application.

(Note: I have an html form in TellAFriend.aspx content page. It submits the form to TellAFriendAction.aspx page, which should capture the form content and send the friend an email message.)

Here is some code samples:

=================
tellafriendaction.aspx.vb (code behind page for the content page)
==================
Imports System.Configuration
Imports System.Web
Im ...

Go to the complete details ...