ASP.NET State Service is missing

  • Thread starter Thread starter KJ
  • Start date Start date
K

KJ

I first had a problem with events on firing with my custom control.
When I click a button on my control the event will not fire.

So then I tried everything accept recode it again and then I decided
to look in my services for the ASP.NET State Service and it was not
there.

Does anyone know if that is what is causing my events not to fire?

How you I get that service back?

Thanks in advance
 
I would first check the event subroutine's themselves. Sometimes when you
make changes in the design window objects lose their wiring. Make certain
that each event subroutine still has (e.g. Handles Button.Click) at the end
of it.
--
S. Justin Gengo, MCP
Web Developer / Programmer

Free Code Library At:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 
Everything looks right. I just moved the code from one machine to
another and the events stopped working.
 
Hmmm, I'm afraid I don't have enough knowledge to help you then. That was
my only guess.

Good luck in finding the solution and please post it here if you find it on
your own. I'm curious.

--
S. Justin Gengo, MCP
Web Developer / Programmer

Free Code Library At:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 
Back
Top