![]() Related Questions Latest Answer : sqlcmd.commandtype=storedprocedure;......;......;Add parameters.......;sqlcmd.ExecuteNonQuery(); ... 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 : Differneces between Single Call & Singleton.Single Call objects service one and only one request coming in. Single Callobjects are useful in scenarios where the objects are required to do afinite amount of work. Single Call objects are usually not required ... In what order do the events of an ASPX page execute. As a developer is it important to undertsand these events? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control? Latest Answer : We use Soap standard to wrap calls to web service.Soap stands for Simple Object Access Protocol. ... Latest Answer : Web service use only three types of protocal. first HTTP-GET,HTTP-POST and SOAP. ... Latest Answer : hai,Server.Transfer()-It ends up the execution of current form and begins execution with new web form.In server.transfer() execution is transferred so that in the url we will find previous webform.Server.Execute()-it begins execution with ... Latest Answer : Server.Transfer() = Transfer control from current page to another page like as Response.Redirect().Server.Execute() Control goto another ,process it and come back to same page . Like as subroutine (Sub program). ... Question: Can you define basic element of WebServices and explain any one from them?Answer: These are as follows SOAP, WSDL and UDDI. And I am explaining about the SOAP(Simple Object Access Protocol) it
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||