To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?
1 4796User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?
3 5746Explain which is best suited place in the Application Start and Session_Start subroutines with an example?
3 5083What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?
1 3791
Explain the difference between value type and reference type?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the life cycle of an asp.net page?
What are the two Layouts supported by a Web form in ASP.NET?
What is the difference between ASP Session State and ASP.Net Session State?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is page fragment caching?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What is Bundling and Minification in MVC?
What does a switch do?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is server infrastructure & server components?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is the difference between CLICK and MOUSE DOWN Event ?
What is web api vs wcf?