Does any one have an idea of how to pop up a message window in a web form?
i know it's easy to do it in a windows form;Messagebox.Show() but how do you do it in a web form?
Thanks in advance
Does any one have an idea of how to pop up a message window in a web form?
i know it's easy to do it in a windows form;Messagebox.Show() but how do you do it in a web form?
Thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
JamesPosted Jul 16, 2005, 9:14 PM
killingseedPosted Jul 15, 2005, 6:43 PM
you can use javascript for pop up windows in web froms
example
add this call to the button or image you want to call the pop-up from
onclick='javascript:winpop() '