What is wrong with a line like this? DateTime.Parse(myString)
Answer Posted / anand
Nothing wrong with the format really. Only problem is that
the result would depend on the Culture of the machine where
this line is getting invoked. Ideally you should also
supply the second parameter - or specify the Culture!
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What is the application pool?
Differentiate between a hyperlink control and a linkbutton control.
What is boxing and unboxing in asp.net?
Explain serialization and deserialization?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is the difference between server-side scripting and client-side scripting?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is cookieless session id explain in brief?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What are session objects?
What is session management in web application?
Define web.config in .net?
Explain the advantages of passport authentication.
Is asp.net still used?