asp.net, linkbutton __doPostBack in "href" element is treated like a link, not a server event

  • Thread starter Thread starter Eugene
  • Start date Start date
E

Eugene

Hi All,

I was moving an asp.net application from IIS 5 to IIS 6 and ran into a
weird kind of trouble. Also, the OS of the server changed to Windows
Server 2003. Any LinkButton click event is treated not like an actual
server event, but the __doPostBack... is being put in the address bar
of the browser and the browser gives me an "Invalid syntax error". All
buttons work fine, imagebuttons too, but not the linkbuttons. Have
anyone faced that issue before? Does anyone have an idea where I
should look to fix it?

Thank you.
 
Back
Top