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...

how to add cliet side event to server side?
and
how to register client script to sever side? wt difference
these two

Answer Posted / jagadish

string popupScript = "<script language='javascript'>" +
"window.open'PopUp.aspx', 'CustomPopUp', " +"'width=200,
height=200, menubar=yes, resizable=no')" +"</script>";

Page.RegisterStartupScript("PopupScript", popupScript);

OR

Page.RegisterStartupScript(me.gettype(),"somename","<script
language=javascript>somefunction()</script");

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?

2506


What is the difference between the asp and asp.net?

1038


Distinguish between Server-side and Client-side code with its functionality?

1182


What is marshalling ? Is it a part of asp.net ?

1138


What is difference between Server.Transfer and Response.Redirect in ASP.NET?

1129


Which is faster union or union all?

1048


Where code pages are used?

1274


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

1026


Explain the difference between webfarm and webgardens in .net?

1023


What is data cache in sql server?

1162


What is IPostBack? How to use it?

1148


How is my content secured from unauthorized access?

1015


Explain Optimization technique description?

1084


What is the importance of Global.asax in ASP.NET?

1216


What are the ways of preserving data on a Web Form in ASP.NET?

1147