What is the difference between Server-side validation and Client-side validation?
Submitted by: AdministratorClient-side is faster than server-side as the networking time from client to server is saved
server-side is done on the server. Then the server converts the data into an html page and sends to the browser. Server-side is more secure as the user cannot see the code even he does a view-source.
Submitted by: Administrator
server-side is done on the server. Then the server converts the data into an html page and sends to the browser. Server-side is more secure as the user cannot see the code even he does a view-source.
Submitted by: Administrator
Read Online ASP Programming Job Interview Questions And Answers
Top ASP Programming Questions
☺ | Should user input data validation occur server-side or client-side? Why? |
☺ | What is application Object in ASP? |
☺ | Where is the value-type variables allocated in the computer RAM? |
☺ | What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other? |
☺ | What is the command to display characters to the HTML page? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |