if i have 1000 records and i want to access 20 ata time
from SQL server, what will be the query?
Answer Posted / irfan
select * from table name where rownum <= 20;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Less than one page, how many windows will you be able to maintain?
What is difference between viewstate and session state in javascript?
What kind of programming language is ASP.NET?
How do we ensure view state has not tampered?
How many web.config files can I have in an application?
What is session authentication?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What are the namespaces used in asp.net mvc? : asp.net mvc
What are the disadvantages of asp.net?
How do you design a website with multilingual support in ASP.NET ?
Explain the basic functionality of garbage collector?
Explain difference between friend and protected friend?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is difference between datalist and gridview?
Fetch one page value to another page without using state-managment ?