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 / ajit

using system.Text;(namespace)
and applying following code
string myStringVariable = string.Empty;

myStringVariable = "Welcome";



ClientScript.RegisterStartupScript(this.GetType(),
"myalert", "alert('" + myStringVariable + "');", true);

on button click...

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any limit for query string? Means what is the maximum size?

1003


How will you do Redo and Undo in a TextControl?

1252


Explain the purpose of storyboard.targetproperty.

986


Define the term Web Garden?

1005


Which is faster union or union all?

1048


Which method is used to perform all validation at the page level?

1024


How can we Validate a Controls in ASP.NET page using JavaScript?

1252


Define xmlvalidatingreader class.

1130


What is asp.net web application?

1094


What is the use of view state?

996


What is inproc and outproc?

1037


What is the typical session identifier?

1101


Mention the execution process for managed code?

1049


Why do we use sessions?

1058


What is .net framework and what are the main components of it?

882