Skip to content Skip to sidebar Skip to footer

'onserverclick' Not Working

I'm trying to handle a click within a div in my code behind:
Search
and protected void aaa(obj

Solution 1:

No such event "onserverclick" exist on div, you can try using different controls like LinkButton, Button etc...

Solution 2:

You could achieve this with Javascript and __doPostback.

Here's an example: __doPostBack function

Post a Comment for "'onserverclick' Not Working"