In my asp.net project there is a ImageButton inside a user control. In Google chrome when I click the button nothing happens, in ff and ie no problem but chrome doesn’t do anything. I have put a breakpoint in the event’s method but it doesn’t even come into that method. Any ideas? My chrome version is 12.0.742.122 and ImageButton is not inside an UpdatePanel. Thanks in advance.
Share
What a noob situation here. My front end developer friend had put the ImageButton inside an html “a” tag. So Chrome actually goes to a’s href url. I have removed the “a” and it worked.