Re: Integration code in VB.net

  •  09-08-2005, 8:39 AM

    Re: Integration code in VB.net

    Dear Andy,

    Okay I have pieced together most of the Integration code, with the only problem being the User Details Modification page.  I was wondering if you could offer me some suggestions as to what I am doing wrong with the VB.net code below:

    <code>
    Private Sub InitializeComponent()
                ...
                Me.Load += New System.EventHandler (Me.Page_Load)
            End Sub     
    </code>

    Because when I try to compile the code I get the following errors:

    Public Event Load(Sender as Obj....) is an event, and cannot be called directly.  Use a 'RaiseEvent' Statement to raise an event.

    Otherwise I have converted most of the code and it seems to be working fine.  Would you like me to send it/post it here for you?  Maybe other people can use it?
View Complete Thread