Popup in codebehind

I

Ingeborg

Hi.

Is it possible to create a popup window (or something
similar) from codebehind?

Like after pressing a button and if som conditions is true?

Thanks in advance.

Ingeborg
 
S

Showjumper

You could do something like:
If MyCondition = True then
Page.RegisterClientScriptBlock("script", MyScript)
End If

MyScript is a string that contains your javascript to open the window
 

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

Members online

No members online now.

Forum statistics

Threads
474,082
Messages
2,570,589
Members
47,211
Latest member
Shamestone

Latest Threads

Top