how to connect database connectivity in dotNET? if suppose
SQL server?and also MS access?
Answer Posted / aravind
in code behind give namespace
using System.data.sqlclient;
and write connections string in web.config to which
database to connect
Is This Answer Correct ? | 40 Yes | 6 No |
Post New Answer View All Answers
hai, about trading domain and need simple project on trading system. please help me...
What is a garbage collector?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
How to produce an assembly?
How do you generate a strong name?
What is the difference between a namespace and assembly name in .net?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
How many types of transactions are there in com + .net ?
Explain about .net assemblies?
Explain can the validation be done in the server side? Or this can be done only in the client side?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What is static constructor, when it will be fired?
How will you register com+ services?
Explain how does assembly versioning work?
What are code contracts?