How do you get records number from 5 to 15 from a dataset of
100 records?
Answer Posted / ramakrishnan t
sqldataadapterobj.Fill(datasetobj,5,11,"tablename");
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are session state modes?
Explain the difference between webfarm and webgardens in .net?
What is the advantage of mvc over asp.net? : Asp.Net MVC
Can you dynamically assign a Master Page?
Explain the Order of events in an asp.net page?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Is asp.net free?
What are the advantages of Web API?
How you can access the values from the Repeater control in ASP.NET?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is the base class from which web forms are inherited?
Where do we store our connection string in asp.net application?
What does mean by a neutral culture?
Is sql backend or frontend?
Which validator control you use if you need to make sure the values in two different controls matched?