What is the best method to fill the GridView. using
SqlDataReader or Dataset and why
Answer Posted / shiva
Depending on the requirement either we can go for Dataset
or Datareader.If the information which we are trying to
access is less then best and fastest way is to go for
Datareader in all other scenarios Dataset can be used.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are custom exceptions?
What issues can be faced while delivering code?
When a switch is said to be congested?
How do you escape a character?
What is the difference between out and ref in c#?
What is the value which is accepted by all data types ?
What is datetime minvalue in c#?
What is an interface class in c#?
Give some examples for built in datatypes in c#?
What is object type in c#?
Explain what are three test cases you should go through in unit testing?
What is the difference between static and private constructor in c#?
Describe how a .net application is compiled and executed
Explain types of comment in c# with examples
What is multicast delegate in c# ?