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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -