How much data (Max K) can go into a QueryString?
Answer Posted / sujan
The answer though, depends on the browser
. IE, I believe, limits you to 4K.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to find last error which occurred?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Explain the difference between authentication and authorization.
What are the server controls in asp.net?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Why is mvc better than asp.net?
How do you do Client-side validation in .Net?
What is postback pixel?
Explain the difference between debug.write and trace.write?
How can we access static variable?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is owin authentication?
How do you declare static variable? What is its lifetime?
What is the difference between web.config and machine.config in ASP.NET?
What is the main function of url routing system in asp.net mvc? : asp.net mvc