Latest Answer: TO Connect to a DatabaseFirst we need to have a namespace like System.Data.Sqlclientthen connect to database as follows1.Create connection using SqlConnection Sqlconnection con=new sqlconnection("Connectionstring")2.Open connection con.Open()3.Pass ...
Latest Answer: We will update the dataset by calling Update Method.We will update the database by calling AcceptChanges Method. ...
Latest Answer: you can connect sql using oledbname space . ...
Latest Answer: The class having partial keyword and same name. One class can split into more than two parts having same name and partial keyword. In the time of object creation all partial class group together to make the single object.The main aim for the partial class ...
Latest Answer: Asp:* ASP is Interpreted language based on scripting languages like Jscript or VBScript. * ASP has Mixed HTML and coding logic. * Limited development and debugging tools available. * Limited OOPS support. * Limited session and application state management. ...
Latest Answer: Adv: the DataList's display is defined via templates,DataList allows for much more customization of the rendered HTML markup , by which it is more user-friendly displays of data.DisAdv: adding such functionality with the DataList takes more development ...
Latest Answer: A query string is the part of a Uniform Resource Locator (URL) that contains data to be passed to web applications. ...
What is "Connection string"?what is "View"?what is "Stored procedure"?what is "delegate"?
Latest Answer: Data Reader: It take the data sequentially from the command object and requies the connection should be open while it is getting data.Data Adapter: It fetch all the required data from database and pass it to DataSet. DataSet: It get all the required data ...
Latest Answer: sqldata provider is a native provider for the sqlserver developed by micrsoft, it contains all native drivers that gets connected to the sqlserver. Where as, oledbprovider is to make access to any database, so it performs some what less efiiciency then ...
View page << Previous 1 [2] 3 4 Next >>

Go Top