Re: Init Control when dropped on form??
From: WALDO (nospam_at_nospam.com)
Date: 10/25/04
- Next message: Rob O'Cop: "RedirectFromLoginPage and loops"
- Previous message: Joe: "Re: ASP or ASP.NET?"
- In reply to: WALDO: "Re: Init Control when dropped on form??"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 25 Oct 2004 04:50:15 -0700
Try this
Public Overrides Sub OnInit()
Me._for = Me.Id
MyBase.OnInit() 'Forgot this line
End Sub
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Rob O'Cop: "RedirectFromLoginPage and loops"
- Previous message: Joe: "Re: ASP or ASP.NET?"
- In reply to: WALDO: "Re: Init Control when dropped on form??"
- Messages sorted by: [ date ] [ thread ]