In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?
5 16189When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the class for the form. What item is added? a) The event registration. b) A protected class member for the control. c) A default event handler for the click event. d) A default class that inherits from the control?s base class.
4 19144What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.
4 7729If A sends a message to B with encryption then key is a)A public key b)B public key c)A private key d)B private key
2 5322write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 43159Post New TCS Interview Questions
How to make sure apache pay attention to just one ip deal with on the server?
Is AWS a public cloud?
draft an email to the client asking for clarrification on the conference calling function in a landline phone
Difference between promises and observable?
What is the advantage of a random access file?
What is a collection in php?
What is mode?
What is Reduced List of Values?
What are the different types of features of the java collections framework? : java collections
Give me scenario when we are using custom sql, dynamic sql
How database connectivity in XML is achieved?
Explain file-based dependency and key-based dependency.
How does someone get promoted in this organization?
Can you pass an array into a function?
How will you add border images to an html element?