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
How can you enable impersonation in the web.config file?
What is the application pool?
Is there any alternative to avoid name collisions other then Namespaces?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is is post back property in asp net?
Explain difference between friend and protected friend?
What is web router?
Where the viewstate is stored after the page postback?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
Which method is used to force all the validation controls to run?
What is masterpage?
What is the parent class of all the web server control?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Describe session handling in a webfarm, how does it work and what are the limits?
Explain the Order of events in an asp.net page?