i would like to create OnClick
event for my panel
. So far now the most of the google results look more or less like this: adding onclick event to a
In your java script method raise a __dopostback
call to a Server side method
.
Where btnTemp is a server side button, so write a onClick event of this button on server side, where you can do the processing and then redirect to other page.
You can have a good understanding of dopostback at DoPostBack Understanding