What is sequence of code in retrieving data from database?
Answer Posted / srujana
using data.sqlclient;
sqlconnection cn;
cn=new sqlconnectin("user id=sa;database=pubs;data
source=server");
cn.open();
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is session and application variable in asp net?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
How can we make sure that Web API returns JSON data only?
Define static constructor?
What is the page life cycle in asp.net?
What are the different kinds of assemblies?
What is smpte vc-1?
How use Xml data in ASP.net?
What is the importance of Global.asax in ASP.NET?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is a multilingual website?
What is a session in programming?
What is the maximum number of classes that can be contained in one dll file?
What is the state management in asp.net?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?