Click to See Complete Forum and Search --> : MEssage box
ryanlum
Jun 21st, 2005, 09:21 PM
hey guyz,
For vb,net there is a msgbox,...
for asp.net is there something that is similiar?
Sami Antero
Jun 21st, 2005, 11:55 PM
Hi!
I don't think there's a msgbox in asp.net in the way there's one used in winforms. You can use javascript alert- and other promptmessages to achieve similar functionality or write a msxbox type popup aspx class to display the info you want to relay.
tsami
mendhak
Jun 22nd, 2005, 03:45 AM
Something like:
Page.RegisterStartupScript("script7","<script language=javascript>alert('poooo');</script>")
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.