B
Bryan G
I need to force the client side to refresh the page. What function do I use
todo this in C# with a ASPX page?
todo this in C# with a ASPX page?
Server will only provide response upon request. You have to refresh the pageBin Song said:Hi Bryan,
You cannot force the client side to refresh the page from the server side.