In my C# code behind file I want to init a window on the client? Ie. Window.open(); This should be fed with DialogTitle and DialogText and sent to the client.
I can set the window in the HTML and hide it until .open(); is called?
Is this task even possible Server side?