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 are configuration files?
Explain page output caching?
What's the difference between viewstate and sessionstate?
What is a master page and what does it do?
What is caching? Explain.
What is event bubbling?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Less than one page, how many windows will you be able to maintain?
What is directive in asp net?
What is the difference between the get method () and post method ()?
What is the difference between the asp and asp.net?
What is query string in asp.net?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What are the various ways to send content from one page to another?