Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

we can able to display a MessageBox in asp .net without
using any script langages?

Answer Posted / rathika.k

using System;
using System.Runtime.InteropServices;

namespace ExternKey
{
class Class1
{
[DllImport("User32.dll")]
public static extern int MessageBox(int h,
string m, string c,int type);
static void Main(string[] args)
{
string mystring;
Console.Write("Enter Your
Message : ");
mystring = Console.ReadLine();
MessageBox(0,mystring,"Message",0);
}
}
}

Try like this. It will workout without using any Script
Language.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of state management are there in asp net?

1021


In the Repeater control which way you can edit?

1086


How you can add an event handler?

965


How would you turn off cookies on a page of a website?

915


Does asp.net still recognize the global.asa file?

1101


Explain the benefits of viewstate?

1020


Which protocol is used in a web api?

1091


What are the features that make asp.net more used framework? : asp.net mvc

1006


What is difference between asp state management and asp.net state management?

1084


What is view state management in asp net?

900


What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

1013


Explain cookies with example.

998


What is windows active directory authentication?

1048


What is form submit?

951


Explain security types in asp.net?

1094