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
Define xmlvalidatingreader class.
What is a SESSION and APPLICATION object?
Which method do you use to kill explicitly a users session?
What is the use of the tag in the web.config file?
Describe the Server Control Events of ASP.NET?
What does asp.net stand for?
Explain the basic functionality of garbage collector?
In Code-Behind class which kind of code (server or client) is found ?
Who can consume WebAPI?
What is asp.net introduction?
What is DataGrid wheater its a Server Control or something else ?
What I need to create and run an asp.net application?
Will session work if cookies is disabled?
What is the caspol.exe tool used for?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?