Hi there,
I am using a javascript command to show a message box in my web application since the MessageBox.Show() command won't work. The message box appears, however, it seems like it has navigated out of the web application showing the default grey background.
How do I modify the code so that the message box appears in the same page where the rest of the information is.
Response.Write(@"<script language='javascript'>alert('This field cannot be empty')</script>");
Moreover, each time I click a button or the calendar at the bottom of the page, I get moved upwards, at the top part of the web app and away from the button in question.
Thank you in advance.
Kind Regards,
croussou