I have a server control ( linkbutton ) on the aspx page.
For some complicated reason - I need to set the postbackurl from client side for this button.
Is there a way to set the postback url from client side ?
I got some reference to javascript:WebForm_DoPostBackWithOptions method- but not sure how best to use it.