MsgBox

Discussion in 'ASP.NET 2.0' started by wisemx, Apr 25, 2007.

  1. The VB message boxes can be simulated rather well with both JavaScript and of course Ajax.


    Do you have any issues with doing it with Ajax?
     
  2. Is it correct that msgBox messages can not be displayed in Asp.Net and need to be written in javascript? I know they can be displayed by adding an OnClientClick function direct to a button click, but I have been trying to call a msgBox direct from a page_load subroutine. I can code quite well in ASP.Net but am almost completely useless at javascript so I would rather avoid it all together.
     
  3. I have no problems using AJAX, in fact I love AJAX, but again, I have very little experience with it, so am not sure how to go about it.
     

Share This Page