How is it possible for .NET to support many languages?
Can we handle the error and redirect to some pages using web.config?
can we call web service from the browser?
What 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 Answers ABC, Syntax Softtech, TCS,
Which is the namespace used to write error message in event Log File?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is a web api endpoint?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
How to manage pagination in a page?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Project Architecture (3tier, n-tier)
About Garbage Collector?
What are the page life cycle events?