Latest Answer : Server-side code:
1. Code is written in VB, C# or other compiled languages.
2. Code is executed by the server during a roundtrip in response to a user
request or action.
3. The server executes server side code and returns HTML code to the client ...
Latest Answer : C# ...
Latest Answer : Another reason to consider server validation is a synchronization issue.Say I want to book a ticket tomorrow for the cinema. Even if the application brings all necessary information for validation, meaning both the date format and all available dates ...
Latest Answer : Ans:Yes,it's okHTML Control - By default, HTML elements on a Web Forms page are not available to the server; they are treated as opaque text that is passed through to the browser. However, by converting HTML elements to HTML server controls, you expose ...
Latest Answer : There are following types of validation controls provided by ASP.Net:RequiredFieldValidatorCompareValidatorRangeValidatorRegularExpressionValidatorCustomValidatorThese controls are server side controls. However in up-level browsers that is IE 4.0 and ...
Briefly explain what user controls are and what server controls are and the differences between the two.
Latest Answer : Post Back: The process in which a Web page sends data back to the same page on the server. View State: ViewState is the mechanism ASP.NET uses to keep track of server control state values that don't otherwise post back ...
Can the action attribute of a server-side tag be set to a value and if not how can you possibly pass data from a form page to a subsequent page. Briefly describe the role of global.asax.
Latest Answer : Both ASP and ASP.net can be run at same server, becuase IIS has the capability to respond/serve both ASP and ASP.NET request. ...
It is a Framework in which Windows applications may be developed and run.The Microsoft .NET Framework is a platform for building, deploying, and running Web Services and applications. It provides a highly
Latest Answer : .Net framework is a platform for building, deploying and running web services and other applications. It provides memory management and a rich set of classes.It facilitates integration of code written in several .net languages into one assembly. It provides ...