SessionStateModule
Can anyone tell my why the server insists on telling me it is expecing a "}"?
SessionStateModule.End += new EventHandler(object sender, EventArgs e){};
'
Can anyone tell my why the server insists on telling me it is expecing a "}"?
SessionStateModule.End += new EventHandler(object sender, EventArgs e){};
'
Abhishek Reddy posted this at 13:34 — 19th November 2005.
He has: 3,348 posts
Joined: Jul 2001
What language is this? What is the context of that line of code?
bja888 (not verified) posted this at 21:33 — 19th November 2005.
They have: 5,633 posts
Joined: Jan 1970
C#/ASP.NET its just inline on a page.
I woul do it in the global.asax But for this case it wont work like that.
Abhishek Reddy posted this at 22:55 — 19th November 2005.
He has: 3,348 posts
Joined: Jul 2001
Looks like you'll have to use global.asax:
bja888 (not verified) posted this at 23:25 — 19th November 2005.
They have: 5,633 posts
Joined: Jan 1970
I'm gonna cry.
Thankx....
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.