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

Give an example of what might be best suited to place in the application_start and session_start subroutines?

0 Answers  


What is cookie less session? How it works?

2 Answers   TCS,


How do sessions work?

0 Answers  


Explain the difference between sql invalidation and sql notification.

0 Answers  


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

0 Answers  


Explain the main differences between asp and asp.net?

0 Answers  


You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data.

1 Answers   Syntax Softtech,


What is request and response in asp.net?

0 Answers  


how many script manager controls are used in Ajax web page?

7 Answers   CSC, Health Prime Services, TCS,


What is the difference between ldap and active directory?

0 Answers  


COM+ Used ________________ Isolation Level

0 Answers   CTS,


Why will you usually create an aspnet user account in the database for an asp.net web application?

0 Answers  


Categories