How to Create and Consume a Web Service?
Answer / honey
1. Create a connection
2. Create the command object, passing in the SQL string
3. Create the DataAdapter
4. Populate the DataSet and close the connection
| Is This Answer Correct ? | 3 Yes | 8 No |
Difference between user groups and code groups
Please explain the difference between constants and read-only variables?
What is the difference between user control an custom control? Advantages/disadvantages?
What's the use of system.diagnostics.process class in .net?
Best Dot Net Center in Chennai ?
What is jit compilers?
What is a delegate in .NET?
How do you turn off cookies for one page in your site? Give an example.
What is portable executable (PE)?
What is func in .net 3.5?
What is strong-typing versus weak-typing? Which is preferred?
What's wrong with a line like this? Datetime.parse(mystring);