Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 21st, 2003, 05:18 PM
Registered User
 
Join Date: Oct 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Messagebox in a web form

I am a VB.Net newbie, so I thought this would be a good place to ask a basic question like this...

I am trying to use a messagebox, or its equivalent, in a web form. So far, I have not had any luck. I know there must be a way. I see messageboxes on web pages all the time. I am thinking that I need to import to the page some package that contains all the messagebox functionality in it. Am I on the right track?

If so, what do I need to import? If not, what DO I need to do?


Thanks!

KO
 
Old October 22nd, 2003, 09:56 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Kevin,

FYI: Questions specific to ASP.Net should go in the ASPX Beginners forum.

Keep in mind that your ASP.Net code is running on the server so any VB message box you use would (if it were allowed) appear on the server console. The only real messagebox available to you in the browser is the javascript popup or using a popup window with another HTML page in it.

In JS it's "alert('hello');". But you get a fairly limited capability dialog (just an OK button with a simple message).

Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
set Focus to web control in Web form vivekshah C# 1 June 17th, 2006 03:25 AM
Access form to web form clott BOOK: Access 2003 VBA Programmer's Reference 0 February 13th, 2006 06:44 PM
Web image on form deagio Access 0 January 12th, 2005 06:28 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.