I have a hyperlink as\[code\]<a href="" id="link1">Click</a>\[/code\]I have do enable a post back action whenever this link is clicked.We can do \[code\]<a href="" id="link1" onclick="javascript:location.reload()">Click</a>\[/code\]However, I want to do a page postback and not a page reload.Is it possible?