3. Should validation (did the user enter a real date) occur
server-side or client-side? Why?

Answers were Sorted based on User's Feedback



3. Should validation (did the user enter a real date) occur server-side or client-side? Why? ..

Answer / pankaj

Validation has to happen on both the side at client side as
well as the server side. The reason is anyone with little
idea of the website may gain entry directly to the desired
page by passing his own parameter and server side
validation shall take care of this unauthorised entry.

Is This Answer Correct ?    2 Yes 0 No

3. Should validation (did the user enter a real date) occur server-side or client-side? Why? ..

Answer / raghumadhav tirunagari


client side . there is no need to go to validate user input.
If it relates to data base validation we need to validate at
server side.

Is This Answer Correct ?    2 Yes 2 No

3. Should validation (did the user enter a real date) occur server-side or client-side? Why? ..

Answer / joshuab

Validation should strictly occur in client side...
because the user's input format should be verified then and
there, for this server side validation is of no use,
whereas to validate the userid and the password server side
validation is the only option.

Joshua_________

www.prodigyapex.com

Is This Answer Correct ?    1 Yes 3 No

3. Should validation (did the user enter a real date) occur server-side or client-side? Why? ..

Answer / joshuab

Validation should strictly occur in client side...
because the user's input format should be verified then and
there, for this server side validation is of no use,
whereas to validate the userid and the password server side
validation is the only option.

Joshua_________

www.prodigyapex.com

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Dot Net AllOther Interview Questions

How can we integrate atlas with web services?

0 Answers  


Explain the types of memory management? : .NET Architecture

0 Answers  


Explain cache memory? : Dot net architecture

0 Answers  


What is the difference between primary & secondary storage device? : Dot net architecture

0 Answers  


What is .net mobile lists. : Microsoft dot net mobile

0 Answers  






What is new in the .net 2.0 class library?

0 Answers  


What are the main Tools to develop .Net Application?

0 Answers   HCL,


How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts

0 Answers  


How to call the dll at runtime in .Net?

4 Answers   iGate, Infosys,


while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for each transaction

2 Answers   Aviva,


what does dot in .net means

1 Answers  


What actually happes when you add a something to arraylistcollection ?

0 Answers  


Categories