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
To redirect the user to another page which method do we use without performing a round trip to the client?
What is the part of url?
What is advantage of code behind coding in ASP.NET?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
Give an example of what might be best suited to place in the application_start and session_start subroutines?
To add a hyperlink column to the DataGrid which tag is used ?
What do you mean by serialize?
Distinguish between Server-side and Client-side code with its functionality?
Where would you use an ihttpmodule, and what are the limitations of any?
i want the asp.net technical questions and answeres
Explain the difference between value type and reference type?
What is the difference between GridView and Repeater controls in ASP.NET?
What is connection pooling and how to enable and disable connection pooling?
What are the Types of object in asp
What is the difference between ASP.NET Webforms and ASP.NET MVC?