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

we can register client script in serverside also....if u
want to make it in serverside use this code...

ClientScript.RegisterStartupScript(Me.GetType
(), "script", "<script language=""javascript"">function1()
</script>")

(or)

Me.Page.RegisterClientScriptBlock("close", "<script
language=javascript>javascriptcode......</script>")

I think there is no difference b/n those two....depending
upon the situatio we can use any of these....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I upload a file from my ASP.NET page?

1000


What are cookies in your browser?

934


Explain the difference between server control and html control.

871


Explain why datareader is useful?

933


What is the difference between equals() and == in c#?

938


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

1539


How to implement form based authentication in asp.net application?

1053


Describe the method to create a permanent cookie?

1033


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

888


What is the use of HttpHandlers? When to use this?

1059


Explain http handlers? Where we can use the http handlers?

1176


Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

980


What is the life cycle of an asp.net page?

860


Why is global asax is used for?

985


How do you design a website with multilingual support in ASP.NET ?

916