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
what is meant by sitemapnode ?
Explain how can we inherit a static member?
Explain what does wsdl stand for?
What is asynchronous call?
How does cookies work in asp net?
Describe how passport authentication works.
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
In which event of page cycle is the viewstate available?
What are the difference between function and stored procedure in .net programming language?
What are the asp.net list controls and difference between them?
What is difference between viewstate and session in asp net?
Explain asp.net application life cycle?
What are the asp.net security controls?
Define page fragment caching?
Is it possible to create web application with both webforms and mvc?