if i have 1000 records and i want to access 20 ata time
from SQL server, what will be the query?
Answer Posted / raj
select top 20 * from tablename order by newid()
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How does ASP.NET framework maps client side events to Server side events.?
What are the different properties of server control that exists?
How you will improve web application performance?
How many types of session state management options available in asp.net?
What is the concept of view state in asp.net?
Which class is used to send an email message from an ASP.NET Web page?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is session object? Describe in detail.
Why is string called immutable data type?
Differentiate between file-based dependency and key-based dependency.
What is viewstate information stored?
What is data binding in asp net?
Explain how does asp page work?
What is Web API Routing?
What is the equivalent of date() and time() in asp.net?