In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?
5 16368When 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 19331What 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 7870If 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 5411write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 43521Post New TCS Interview Questions
What is account based profitability analysis? : cost center accounting
What is hypersensitivity?
What is the default url pattern used in codeigniter framework?
What is rmi and steps involved in developing an rmi object?
What are the specific features of vora vs apache spark? : hana vora
Why does the following behave unexpectedly in python?
Write a Program to accept different goods with the number, price and date of purchase and display them
What are the machine learning algorithms supports in apache mahout?
what is cursor. write example of it. What are the attributes of cursor.
What is int32 in c#?
what is market capitalisation? tell me detailed abt it??
In which type of animals does the placenta exist?
How to Check for NULL in OnUpdateData handler ?
What is a lambda expression ? What's its use ?
What is the difference between ddl and dml?