In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?
5 16219When 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 19168What 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 7752You ve defined one page_load event in aspx page and same page_load event in code behind how will prog run?
6 21367what are the advantage in asp.net and what are the question ask for interview in vb.net and asp.net
2092Post New TCS ASP.NET Interview Questions
What is the difference between cluster and non-cluster index?
Can you explain the coagulation cascade and the factors that contribute to bleeding disorders or thrombotic events?
Tell me about a time you had to learn a new AI concept or technique quickly.
How do I get my site to have seo-friendly urls?
Is nodejs easy?
What is the use of inet_addr() Function?
What are semiconductor devices?
what were u doing some many years after doing graduation?
what is the use of the circle diagram
What does jdbc do?
Following test should be conducted to find out relative polarity of transformenr terminals A no load test B back to back test C phasing out test D none of above
Why doesn’t u go for technical one....as u r doing technical course from NIIT.
what are the global properties data types?
Can tuple be sorted?
.We want to compare the performance of a single threaded disk server with a multithreaded 1. Suppose the server takes 25 ms to receive a request for work from client, dispatch the request for processing and actual data request processing when reqd. Data is in main memory. If the reqd. Data is not in the main memory a real disk operation is needed and an additional 75 ms are reqd. On the average. On the average 25% of the clients requests access the disk. During the disk I/O period the thread waits. Assume that there is no other process in system when the server is running. How many requests can the server handle per second if its a)single threaded b)multithreaded