Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Microsoft Technologies > Dot Net > ASP.NET

ASP.NET ASP.NET Interview Questions, Learn by sharing ASP.NET Interview Questions asked in various companies, Get Career advices, Interview Procedures from ASP.NET experts, Post asked ASP.NET Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-13-2008, 10:07 AM
Senior Member
 
Join Date: Feb 2008
Posts: 9,095
Default To which side ( server ? client) does the user input data validation occur?

To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?
Reply With Quote
  #2 (permalink)  
Old 05-07-2008, 11:55 AM
Junior Member
 
Join Date: May 2008
Posts: 20
Default

Client Side only
Reply With Quote
  #3 (permalink)  
Old 05-16-2008, 05:03 AM
Junior Member
 
Join Date: May 2008
Posts: 10
Default

On both sides client side as well as server side. Data is validated on the client side through scripting but there are possibility that this validation is skipped. so we need to validate the data on server side also.
Reply With Quote
Reply

Tags
asp.net, interview questions

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On