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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top