Buy Questpond's video subscriptions on
huge discount
.
Online: 1169
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
.NET Framework
>
Loading ...
Your are developing web application in which user needs to enter a DateTime in a text field. You need to parse that value in code. you need to write code in such way it don't throw exception if use enter invalid date. Which method do you use?
Posted by
Rajkatie
on 8/30/2013 | Category:
.NET Framework Interview questions
| Views: 4074 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Select from following answers:
DateTime.Parse
DateTime.TryParse
Convert.ToDateTime
All Above
TryParse it will return gracefully instead of throwing an exception.
Show Correct Answer
Source:
microsoft exam ref | |
Alert Moderator
Bookmark It
< Previous :
You are developing web application in which you ne ...
Next > :
You want to declare an string type variable called ...
Comments or Responses
Login to post response
More Interview Questions by Rajkatie
You want to declare an string type variable called _productName and as ...
You are developing web application and have requirement for easily acc ...
You pass a integer type variable into a method as an argument. The met ...
You are creating a generic class that should work only with value type ...
Your present code contains lots of if..else statement for checks null ...
You need to iterate over a collection (of string data Type). You need ...
You are developing web application using Task parallel library concept ...
You are developing an ASP.NET application that retrieves data from usi ...
Latest Interview Questions
How to import Excel into Sql table by using Store Procedure?
How to Delete the Duplicate values in sql table?
Why can't you open a new browser window from within server code?
What is the main difference between the Button server control and the ...
List the EmpNo,EName,Sal Daily Sal of all Emps in the ascending order ...
write a query the name ends with 'i' using sql server?
write a query name starts with 's' using sql server?
write a query allow only 4 characters in name column using sql server?
More ...