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
What kind of data we can store in viewstate?
What is different authentication mechanisms used in ASP.NET?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is http protocol and how it works?
What is __ requestverificationtoken?
What is the difference between client-side and server-side validations in ASP.NET?
What is a query string in a url?
What are web beacons used for?
Explain http handlers? Where we can use the http handlers?
Which two new properties are added in asp.net 4.0 page class?
Why mvc is faster than asp.net? : Asp.Net MVC
Explain what the contents of cookie?
Where are session variables stored?
What is asp.net futures?