I'm trying to translate a code that I found in MSDN written in C# to VB.NET, and I cannot seem to grasp the concept of what the following line is trying to do, so that I can coded it using VB.NET syntax. Please help. The code is as follow: public void Init(HttpApplication
app) { // Register for pipeline events app.AcquireRequestState += new EventHandler(this.OnAcquireRequestState); }
to give you more information, the rest of the code is on this link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/bedrockaspnet.asp so, if anybody could help me on trying to translate that line app.AcquireRequestState += new EventHandler(this.OnAcquireRequestState);
from C# to VB.NET I would really appreciate it ~John A
None
0 Points
4 Posts
pipeline events
Aug 19, 2004 04:28 PM|jcveneco|LINK
None
0 Points
4 Posts
Re: pipeline events
Aug 22, 2004 11:59 PM|jcveneco|LINK
Member
130 Points
293 Posts
Re: pipeline events
Aug 23, 2004 11:51 AM|MilanNegovan|LINK
http://www.AspNetResources.com
ASP.NET With Emphasis On Web Standards
None
0 Points
4 Posts
Re: pipeline events
Aug 26, 2004 08:47 AM|jcveneco|LINK