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: A Partial class is a class that can be split into two or more classes. This means that a class can be physically separated into other parts of the class within the same namespace. All the parts must use the partial keyword. All the other classes should ...
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: query string is not stored somewhere it is visible in user browser. ...
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