Search Results

1
vote

create a webpage popup using c#

The short answer is, you can't. C# runs on the server and opening a popup window is a client side action. You will need to have JavaScript in your rendered markup to open the popup window when appr …