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 user control in asp.net?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is data reader in asp.net?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What are cookies in your browser?
What are server activated objects?
What are the different types of sessions in asp.net? Name them?
What asp.net control can embed xaml into asp.net pages?
How can we create custom controls in asp net?
how to write html code with ssl
Are xaml file compiled or built on runtime?
How will create assesblies at run time?
What is manifest in .net framework?
What is autopostback in asp net?
What is the difference between session.abandon() vs clear()?