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
Why do we need master page in asp.net?
Is asp.net web forms dead?
What is difference between asp state management and asp.net state management?
What is event in asp.net?
Why we use content place holder in asp.net?
What are the 3 levels at which content pages can be attached to Master Page?
What is a user session?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Difference between response.redirect and server.transfer?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What are merge modules?
What is the difference between client-side and server-side validations in webpages?
What is the difference between rest and restful?
Define static function?
Explain Life cycle of ASP.NET page when a request is made.