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
How would you turn off cookies on a page of a website?
What is cached data phone?
What is state management technique?
Describe a Windows Service and its lifecycle ?
Why do we use web config?
Can I read the hard disk serial # of the client computer using asp.net?
What is round trip in asp.net?
How is application management and maintenance improved in asp.net 2.0?
What is the life-span of the items in the viewstate?
How do you store a value in viewstate and retrieve them?
How you will improve web application performance?
What is data caching?
Explain Life cycle of ASP.NET page when a request is made.
How can you handle unmanaged code exceptions in asp.net?
What is the use of view state?