if i have 1000 records and i want to access 20 ata time
from SQL server, what will be the query?
Answer Posted / chinnu
select top 20 * from table-name
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is http post action?
What does ascx stand for?
Explain the difference between an exe and a dll?
Explain the difference between authentication and authorization.
How many ways are there to maintain a state in .net? What is view state?
How does ASP.NET framework maps client side events to Server side events.?
What is the use of HttpHandlers? When to use this?
Why is asp.net so popular?
Why session is necessary in web application?
What is the difference between response.redirect and server.transfer?
What are type/key pairs in client script registration?
How can u deifne the benefits and limitation of using Viewstate for state management?
What does passport and windows authentication mean in ASP.NET?
What is ispostback method in asp.net?
What are the different properties of server control that exists?