What are the classes in System.Data.Common Namespace?
Which parameter of ConnectionString is used to specify the name of the database?
Why is stored procedure used in ado.net?
What is ODP.NET ?
Which control of the BindingNavigator returns the current position within the data source?
How do you merge two datasets into the third dataset in a simple manner?
What is Data view?
What is the maximum pool size in ado.net connection string?
i making a project using windows application c#, i want to show user name, password, and one button login. i wanna make it with sealed class .how its possible . when i clicked my login button all project should be open. pls cleare me.
If a table contains 20000 records . In a page at each time 100 records to be displayed. What are the steps u will take to improve performance? will you use dataset or datareader?
Is it possible to edit data in Repeater control?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What are the advantages of oledb compared with other classes?