![]() Related Questions Latest Answer : Server-side code run at the server. It is a seprated file from html page.Client-side code is processd by browser and run at the client side ... Latest Answer : There is the ability to use both server side and client side code with in the code behind. Generally though the code behind is server side code. This code acts on Events that are fired that are not handled by the client side script.(JavaScript,vbscript, ... Latest Answer : Validation can be done both client side and server side.The advantage of using client side validation is better performance than server side validation as there is no round trip in client side validation.The disadvantage of client side validation is all ... What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other? Latest Answer : An abstract class is a class that cannot be instantiated and having atleast one abstract method(having no body).Only we can derive a child class from the abstract class ... Tags : Abstract What is diff. between abstract class and an interface? * What is shadowing? * Diff between Overriding and overloading Tags : Abstract Latest Answer : try { SqlParameter p0, p1, p2; cmd = new SqlCommand(); cmd.CommandType = CommandType.StoredProcedure; cmd.CommandText = "spo_sample"; //Param: Return Value p0 = cmd.Parameters.Add("@RowCount", SqlDbType.Int); p0.Direction ... Latest Answer : Page_initPage_LoadStatePage_ProcessPostBackDataPage_loadPage_ProcessPostBackEventPage_PreRenderPage_RenderPage_SaveStatePage_Unload ... Latest Answer : 1. Basically for a SAO, the lifetime of the object is controlled by server, whereas for a CAO, the lifetime is controlled by the client.Below are definitions from MSDN. Server activated objects includes Single Call & Singleton.Single Call objects service ... Latest Answer : mod_aspnet also does the same thing. It uses the ASP.NET hosting API and works quite well. It does not require mono XSP. Some organization do not allow IIS because of secuirty reasons. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||