How can I invoke new Render of aspx page?

  • Thread starter Thread starter Lubo¹ ©lapák
  • Start date Start date
Lubo,

Typically, you wouldn't do this. C# code is not running on the client
in an ASP.NET application. What you want to do is have a piece of script on
the client that will re-load the current page (this is what will render the
aspx page).

Hope this helps.
 
Back
Top