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
Where is session data stored in asp net?
Explain swagger components.
Explain about the .NET framework?
What is connection pooling and how to enable and disable connection pooling?
What are user controls?
What is the extension of master page in asp.net?
Which adapter should you use, if you want to get the data from an access database?
What is preprocessor in .net? Where it use?
What is the difference between union and structure?
How to implement form based authentication in asp.net application?
Define cookie.
What is a runtime version?
what is a .xap file? Explain with an example.
What are type/key pairs in client script registration?
Where session variables are stored?