Is it possible to to programmatically trigger a postback from server code in ASP.NET? I know that it is possible to do a Response.Redirect or Server.Transfer to redirect to
Postbacks are caused by a FORM submission. You need to initiate them from the client.