Click here to Skip to main content
15,916,280 members
Home / Discussions / C#
   

C#

 
GeneralRe: prompt message box on web page using C# Pin
Bhupi Bhai7-Dec-06 0:08
Bhupi Bhai7-Dec-06 0:08 
GeneralRe: prompt message box on web page using C# Pin
Tamimi - Code7-Dec-06 0:46
Tamimi - Code7-Dec-06 0:46 
GeneralRe: prompt message box on web page using C# Pin
quiteSmart7-Dec-06 0:57
quiteSmart7-Dec-06 0:57 
GeneralRe: prompt message box on web page using C# Pin
quiteSmart7-Dec-06 1:00
quiteSmart7-Dec-06 1:00 
GeneralRe: prompt message box on web page using C# Pin
Tamimi - Code7-Dec-06 1:12
Tamimi - Code7-Dec-06 1:12 
GeneralRe: prompt message box on web page using C# Pin
quiteSmart7-Dec-06 1:16
quiteSmart7-Dec-06 1:16 
GeneralRe: prompt message box on web page using C# Pin
Tamimi - Code7-Dec-06 1:24
Tamimi - Code7-Dec-06 1:24 
GeneralRe: prompt message box on web page using C# Pin
quiteSmart7-Dec-06 1:33
quiteSmart7-Dec-06 1:33 
i checked that again now and it worked fine

i don't know what is wrong with your code. What version of VS are you using

mine is VS 2005


Look, just follow these steps:

1) create a new web application

2) go to the designer

3) add a button

4) double click the button

5) click on the project in the main menu.

6) add reference

7) in the .NET tab go to the System.Windows.Forms and click add

8) go to the source code of ur project.

9) add this name space using System.Windows.Forms

10) in the onClick event of the button write:
MessageBox.Show("quiteSmart is very smart "); Smile | :)

and it will work
GeneralRe: prompt message box on web page using C# Pin
Tamimi - Code7-Dec-06 1:44
Tamimi - Code7-Dec-06 1:44 
GeneralRe: prompt message box on web page using C# Pin
quiteSmart7-Dec-06 1:48
quiteSmart7-Dec-06 1:48 
GeneralRe: prompt message box on web page using C# Pin
Bhupi Bhai7-Dec-06 1:45
Bhupi Bhai7-Dec-06 1:45 
GeneralRe: prompt message box on web page using C# Pin
quiteSmart7-Dec-06 1:50
quiteSmart7-Dec-06 1:50 
GeneralRe: prompt message box on web page using C# Pin
Tamimi - Code7-Dec-06 2:10
Tamimi - Code7-Dec-06 2:10 
JokeRe: prompt message box on web page using C# Pin
quiteSmart7-Dec-06 2:14
quiteSmart7-Dec-06 2:14 
GeneralRe: prompt message box on web page using C# Pin
Eric Dahlvang7-Dec-06 4:00
Eric Dahlvang7-Dec-06 4:00 
GeneralRe: prompt message box on web page using C# Pin
jdkulkarni7-Dec-06 17:45
jdkulkarni7-Dec-06 17:45 
GeneralRe: prompt message box on web page using C# Pin
jdkulkarni7-Dec-06 18:02
jdkulkarni7-Dec-06 18:02 
GeneralRe: prompt message box on web page using C# Pin
Eric Dahlvang8-Dec-06 2:55
Eric Dahlvang8-Dec-06 2:55 
AnswerRe: prompt message box on web page using C# Pin
albCode6-Dec-06 23:14
albCode6-Dec-06 23:14 
QuestionChanging the column width of a dataset. Pin
Deepasubramanian6-Dec-06 22:06
Deepasubramanian6-Dec-06 22:06 
AnswerRe: Changing the column width of a dataset. Pin
Drew McGhie7-Dec-06 3:38
Drew McGhie7-Dec-06 3:38 
GeneralRe: Changing the column width of a dataset. Pin
Deepasubramanian7-Dec-06 4:22
Deepasubramanian7-Dec-06 4:22 
QuestionList<string> Pin
daniel996-Dec-06 21:46
daniel996-Dec-06 21:46 
AnswerRe: List Pin
ednrgc7-Dec-06 1:54
ednrgc7-Dec-06 1:54 
Questionwin form datagrid changes Pin
fmardani6-Dec-06 21:08
fmardani6-Dec-06 21:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.