L Lubo¹ ©lapák Oct 2, 2004 #1 Hi, How can I invoke new render of aspx page from C# code. Thanks Lubos
N Nicholas Paldino [.NET/C# MVP] Oct 4, 2004 #2 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.
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.