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...


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

Answers were Sorted based on User's Feedback



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

Answer / ramgopal reddy

Client-side. This reduces an additional request to the
server to validate the users input.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / fusion

Ramgopal is correct upto certain extent.
What if User has his Javascript disabled on browser?
Range Validator could do well there.

Is This Answer Correct ?    1 Yes 1 No

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

Answer / sulochana singh

Client-side validation because there is no need to request a server side date when you could obtain a date from the client machine.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / surendra singh

It should occur both at client-side and Server side.By using expression validator control with the specified expression ie.. the regular expression provides the facility of only validatating the date specified is in the correct format or not. But for checking the date where it is the real data or not should be done at the server side, by getting the system date ranges and checking the date whether it is in between that range or not.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is session tracking & methods?

4 Answers   C Squared Systems,


What is a windows service?

0 Answers  


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

0 Answers  


There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.

2 Answers   Proteans,


Disable Mouse right click on web page in asp.net?

0 Answers   HCL,


What is the use of @Register directives?

3 Answers  


What is State Management in .Net and how many ways are there to maintain a state in .Net?

6 Answers  


Where sessions are stored in asp.net?

0 Answers  


What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


Define what is razor? : asp.net mvc

0 Answers  


What is the full meaning of asp.net?

0 Answers  


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

0 Answers   MindCracker,


Categories