I'm using ASP.Net 2.0
MsgBox("Are you sure to delete?", MsgBoxStyle.Que stion +
MsgBoxStyle.OkC ancel, Page.Title.ToSt ring)
The message box sometimes does not pop up on the top of the screen.
Can I set the message box always on top of the screen?
Thank you
MsgBox("Are you sure to delete?", MsgBoxStyle.Que stion +
MsgBoxStyle.OkC ancel, Page.Title.ToSt ring)
The message box sometimes does not pop up on the top of the screen.
Can I set the message box always on top of the screen?
Thank you
Comment