Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why is validation always done on the server? When does that
occur?

Answers were Sorted based on User's Feedback



Why is validation always done on the server? When does that occur? ..

Answer / raghumadhav tirunagari

Server side validation is always performed in case a browser
doesn't support DHTML. However, to catch invalid entries,
you should check the IsValid property.When users try to
circumvent the client side code by saving it or by
modifying it with different tools.

Is This Answer Correct ?    3 Yes 0 No

Why is validation always done on the server? When does that occur? ..

Answer / saad

It is not always done on server, it can be done on client
side as well but its secure on server side. if the data is
not correctly enter then the request will be sent back to
client side with error message(round trip), so to avoid
that Page's IsValid Property must be used for each control.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

In a Code-Behind class generally which type of code is found ?

3 Answers   Siebel,


How can we Validate a Controls in ASP.NET page using JavaScript?

0 Answers   QuestPond,


Is asp.net and .net the same?

0 Answers  


What is Cookies Less Session?

0 Answers  


Which object wraps the state or data of a user?

0 Answers  


When we do partial refresh of a page using update panel how server knows it(which event occurs?)

2 Answers  


How does the cookies work in asp.net?

0 Answers  


Difference between using directive vs using statement?

0 Answers  


With out Web.config can we executes the application?

10 Answers   Valtech,


Explain page output caching?

0 Answers  


How to prepare culture-specific formatting in .net.

0 Answers  


A web service can only be written in .net? State whether true or false.

0 Answers  


Categories