How to cause a postback using javascript in ASP.NET.
2 Answers
Jacobnlsn is correct. However, if you want to do custom handling of the postback on the page as well, take a look at the IPostbackEventHandler interface.
http://msdn.microsoft.com/en-us/library/system.web.ui.ipostbackeventhandler.aspx