473,387 Members | 1,757 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Messageboxes in asp.net 2.0

Hi,

I want to display messages in my asp.net pages.i kept Msgbox().But it is working only in the localhost.After uploading it is not working.I think it is server side thats why it is not showing in the client side.So can anyone help me on how to show message boxes in asp.net 2.0 with VB.Its very urgent for me.

Thanks
Feb 27 '08 #1
2 1064
Not sure about a formal message box, but in the meantime, how about just a <div> element that you make visible, that includes a button that when clicked will hide it again?
Feb 27 '08 #2
Plater
7,872 Expert 4TB
MsgBox will only run on backend code.
you can attempt to fire off javascript's Alert() function, or do as previously recomended and use a <div> element that you can fill with information.
Feb 27 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Tony | last post by:
How do I get the browser to display a message box using C# in ASP.NET? Something similar to Javascripts Alert( ) type messagebox...
0
by: Boomessh | last post by:
Hai all, I am working on a C# 3 tier application. I want to make all MessageBoxes appear in the local language (currently the Messageboxes appear in English). In what way can i implement this,...
2
by: Claire | last post by:
I need my communication status window to be topmost when it's open/active. Ive set the TopMost property of the form to true and it does work ok. After performing tasks this window generates an...
0
by: Robert W. | last post by:
I read this and am a bit confused: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWindowsFormsMessageBoxClassTopic.asp If I display a messagebox from...
0
by: luna | last post by:
need a basic message box - that when an exit button is pressed it checks the state of a variable if its true then it exits - if its false then a message pops up saying you havent saved - are you...
4
by: Carlos | last post by:
Hi all, I am new to asp in general, and I would like to know if it is good practice just to display a messagebox after a form validation is performed and the user must be warned about missing...
3
by: Tim Osborne | last post by:
Hi I am currently investigating a very annoying problem with one of our applications. We have a UserControl that runs in IE. As the control fires up the constructor does some status...
2
by: Rudy | last post by:
Hello all! I'm running a fileWatch on a file. When the the file has a LastWrite, it will prompt a message box. Only looking at that file, and no Sub Directories. Private Sub...
1
by: zimdanen | last post by:
I am trying to use NUnit for testing, at the insistence of a coworker. In order to test the code, I are using an MDI (also at the insistence of that coworker) so that I can get to the forms that I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.