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 the difference between server-side scripting and client-side scripting?
How many types of cookies are available in asp?
Explain about consistent programming model in the .NET framework?
Explain the disadvantages of viewstate?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
In the Repeater control which way you can edit?
Where would you use an ihttpmodule, and what are the limitations of any?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What are resource file and how do we generate resource file?
What is a session in programming?
What kind of data can be stored in viewstate?
What is a postback ispostback and autopostback in asp net?
What is autopostback in asp net?
Explain the features that make asp.net more used framework? : asp.net mvc
How does cookies work in asp net?