Alert / MsgBox

mattyfed

Member
Joined
Jul 2, 2004
Messages
9
Programming Experience
1-3
I am a 1-year .net programmer, self taught. My learning has been based on necessity, seems I am needing again...

In my VisualStudio.net project, I need to have a message box appear when a user clicks the web.control submit button. I have several of these buttons which have some vb code behind them. What is the code that I need to use and where does it go? This project is web based.

I know some vb but the msgbox code doesn't seem to work for me here (on the web).

Thanks.
Matt
 
I know some vb but the msgbox code doesn't seem to work for me here (on the web).
When you say the message box command dosen't seem to work for you can you tell us what command you are using? ie. messagebox.show("") or msgbox("")
also are you using visual studio or a different compiler?

From what you have said i would guess you have been using the msgbox() Command and i would try out the mssagebox.show command as this is the mian vb.net command and msgbox is updated from vb6 and below.
 
Last edited:
Back
Top