About using MsgBox() in web
-
What is the problem with some VB guys using MsgBox() in asp.net ?!! :mad:
-
What is the problem with some VB guys using MsgBox() in asp.net ?!! :mad:
You can add System.Windows.Forms namespace and start using MessageBox in asp.net. But the problem is when you host it in server. It doesn't work
-
You can add System.Windows.Forms namespace and start using MessageBox in asp.net. But the problem is when you host it in server. It doesn't work
Or you can use ModalPopupExtender. 100 :rose: ;)
Help people,so poeple can help you.
-
What is the problem with some VB guys using MsgBox() in asp.net ?!! :mad:
Bad idea: perhaps use jquery[^] and a plug-in[^] to accomplish the same thing.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
Bad idea: perhaps use jquery[^] and a plug-in[^] to accomplish the same thing.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
Or you can use
ModalPopupExtender
. 100 :rose: ;) -
Or you can use
ModalPopupExtender
. 100 :rose: ;)You've said that twice now: have you got shares in the
ModalPopupExtender
??? :-)"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
Or you can use
ModalPopupExtender
. 100 :rose: ;) -
What is the problem with some VB guys using MsgBox() in asp.net ?!! :mad:
Rather than using ModalPopupExtender, you can simply use
alert
.I'm not a stalker, I just know things. Oh by the way, you're out of milk.
Forgive your enemies - it messes with their heads
-
So one vote the other up of course
I know the language. I've read a book. - _Madmatt
-
What is the problem with some VB guys using MsgBox() in asp.net ?!! :mad:
That type of message box "pops up" on the server, not on the client. Nobody will be there to close it. And the program is not further executed until the message box is closed. When you want to inform the user with some kind of pop-up message, the javascript
alert
function is appropriate. -
So one vote the other up of course
I know the language. I've read a book. - _Madmatt
man, you are a divil in a human cloth; I don't do that, I swear.
Help people,so poeple can help you.
-
Rather than using ModalPopupExtender, you can simply use
alert
.I'm not a stalker, I just know things. Oh by the way, you're out of milk.
Forgive your enemies - it messes with their heads
you can't add custom buttons to dialogs produced by
alert()
and/orconfirm()
, can you ?!!Help people,so poeple can help you.
-
Sir; the reson why i create a new account is 'my boss told me to create one associated with my formal e-mail' why i used it 'it is a cookies issue' 100 :rose: ;)
Help people,so poeple can help you.
-
That type of message box "pops up" on the server, not on the client. Nobody will be there to close it. And the program is not further executed until the message box is closed. When you want to inform the user with some kind of pop-up message, the javascript
alert
function is appropriate.Sir, I can play the whole game before it starts. 100:rose: ;)
Help people,so poeple can help you.
-
you can't add custom buttons to dialogs produced by
alert()
and/orconfirm()
, can you ?!!Help people,so poeple can help you.
No, but there was nothing in the original post/question/rambling_idiocy to suggest that this was necessary.
I'm not a stalker, I just know things. Oh by the way, you're out of milk.
Forgive your enemies - it messes with their heads
-
No, but there was nothing in the original post/question/rambling_idiocy to suggest that this was necessary.
I'm not a stalker, I just know things. Oh by the way, you're out of milk.
Forgive your enemies - it messes with their heads
over my head, sir. :-D
Help people,so poeple can help you.