What is wrong with a line like this? DateTime.Parse(myString)
Answer Posted / fusion
No .it can have one argument.
Eg. Response.Write(DateTime.Parse("10:50:39"))
will return you date and time.
such as 24/06/2008 10:50:39 AM
You can not simply have any irrlevant string,it should be
some string containing data or time value.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
How does u call and execute a sp in .net?
Explain what is event bubbling?
What are the Types of object in asp
What is application session?
What is postback and autopostback in asp.net?
What is postback request?
what is the difference between response.write() and response.output.write()?
Give some salient points of difference between request processor and request dispatcher.
What is a uri query?
What is a session in asp.net?
How do you remove duplicates without using remove duplicate stage?
What are the types of validation in asp net?
Describe the method to create a permanent cookie?
Why is global asax is used?
How do you secure your configuration files to be accessed remotely by unauthorized users?