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
Explain about ASP.NET?
How can we identify that the page is post back in asp net?
How do you identify that the page is postback?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Explain the use of view state?
Describe state management in asp.net?
What is mvc in angular?
When we use cookie less session? Explain its working?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
how to retrieve property settings from xml .config file.
What is the use of view state?
Describe a Windows Service and its lifecycle ?
What threading model used in asp and asp.net?
Why session is used in asp.net?