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

Any disadvantages in Dataset and in reflection ?

3297


Define session in asp.net.

1035


Explain the differences between managed and unmanaged code?

1107


Define common type system?

1030


What is difference between web api and web services?

1055


What is the mvc model?

1063


What is cross page posting in asp net?

1017


Differentiate between early binding and late binding.

1146


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

1677


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

1158


What is asp.net and ado net?

1056


Define xmlvalidatingreader class.

1135


What is variable and constant in .net programming language?

862


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

1028


How to create multi language website in asp.net mvc? : Asp.Net MVC

1040