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
Difference between singleton and singlecall.
What are uri parameters?
How could you modify xaml content from javascript?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
How many types of controls are there in asp.net?
How do u optimize a query in asp.net?
What is cache in asp net?
Distinguish between Server-side and Client-side code?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Where is the view state data stored?
What is meant by server side scripting?
Which browsers support the xmlhttprequest object?
Describe the diffeerence between inline and code behind?
What are the main requirements for caching?
How do you secure your connection string information?