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
Which protocol is used to call web service?
Differentiate strong typing and weak typing
What is the difference between mechine.config and web.config?
Name the two properties are on every validation control?
Explain significance of routing? : asp.net mvc
What is event bubbling?
What is the used of "ispostback" property?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
How do we implement bundling in MVC?
What is the difference between session and viewstate?
What symbol specifies the beginning of a query string?
Can you change a master page dynamically at runtime? How?
What do you mean by authentication?
Is viewstate secure?
Is global asax mandatory?