asp.net - LinkButton OnClick event not firing when hosted on IIS -
i have usercontrol has listview, , in each row there linkbutton onclick command set.
the problem is, onclick event fired when run project in visualstudio 2010s environment, not fired when host codebase on iis. page_load fired, not linkbutton onclick event itself.
has come across before? i've had situations stuff doesn't work under vs worked under iis due vs webserver limitations, never other way round.
visual studio 2010 , both iis7 , iis7.5. integreted apppools on iis, running .net 4.0 code.
Comments
Post a Comment