1.how to encrpt query string in asp.net?
2.there are 10000 records then i wnat display 5000 records
one gridview and 5000 records another grid view
what is the process?
Answer Posted / paban
If the connection source is one then use limit command in
both the sql commands.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What’s difference between “optimistic” and “pessimistic” locking?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
In the Repeater control which way you can edit?
Differences between “dataset” and “datareader”.
Which control has default post back is enabled(true)?
How to register exception filter globally?
What are the asp.net list controls and difference between them?
What is application variable in asp.net?
How many types of session in ASP.NET
Explain the purpose of storyboard.targetproperty.
Is LINQ performance wise better or using sqlcommand?
Describe session handling in a webfarm, how does it work and what are the limits?
What is considered a service provider?
What are the event handlers that can be included in the Global.asax file?