![]() Related Questions What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other? Latest Answer : Dataset can represent an entire database in memory with full of tables,views and relations.Dataset is bulk loaded rather than loaded on demand.Dataset is designed to work without a continuing connection to the original datasource.There is no concept of ... 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 ... Latest Answer : ORELSE - Either of the two expressions is true. If the first expression is True, the second is not evaluated. - ex. are from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/valrfOrElseOperator.aspDim A As Integer = 10Dim B ... Latest Answer : Classic ASP uses inline code. HTML and asp code are embedded in the same file. (.asp)One of the enhancements in ASP.NET framework is seperation of HTML code (UI) and the code behind that web page (.cs file). This is easier to maintain and ... 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). ... What is the Difference between HTML controls and ASP.net Controls?(Don't tell Runat="server") Read Answers (5) | Asked by : Vijay Naidu asp.net controls one hidden value for each control to maintain state that is exact difference if u put runat="server" and attch one hidden value to html control that works as asp.net control Latest Answer : There is one other diffrence is -server control inherits from System.Web.UI.Webcontrols but html not. ... Read Answers (6) | Asked by : Vijay Naidu Latest Answer : Response.RedirectPage redirect to another page. Value display another page.It's allow referesh the page.It's support for Html Page.We can see the query string value in browserResponse.TransferPage Redirect to same Page.Value dispaly same page.It's ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||