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
Which browsers support the xmlhttprequest object?
What is viewstategenerator?
What is asp.net mvc5? : Asp.Net MVC
What are session and cookies?
Explain the path instructions in xaml?
What is Razor View Engine
How to unit test Web API?
Which is the parent class of the ASP.NET server control?
Why we are using mvc instead of asp.net? : Asp.Net MVC
Can you set which type of comparison you want to perform by the comparevalidator control?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are the types of authentication in asp.net?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
How about the security in Activex DLL and Activex EXE ?