You have multiline textbox and submit button. if you paste
xml content into multiline textbox and hit submit button.
what action will perform?
Answer Posted / purushottam
It will throw a exception "The server encountered a potenially unsafe form request......" since the xml data contains tags that ASP.NET treats as a script resource.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is class and object in asp.net?
What is redirectpermanent in asp.net?
What is the use of ASP.NET routing?
Explain how do you validate the controls in an asp .net page?
Can you explain architecture of your project ?
How do you remove duplicates without using remove duplicate stage?
what is loosely coupled solution? How it can be used?
What are the versions of garbage collection?
What is enableviewstate?
What is the concepts of globalization and localization in .net?
Is oauth for authentication or authorization?
Why do you use the app_code folder in asp.net?
What are the difference between function and stored procedure in .net programming language?
What is view state management in asp net?
Do cookies store passwords?