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 are the media types of http requests and response?
Explain how can we inherit a static member?
How you can manage the state of application at the server side in ASP.NET?
Is there any alternative to avoid name collisions other then Namespaces?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is user control in asp.net?
Can you explain composite pattern?
What are the differences between application object and session object?
How many types of cache are there?
What is a session in asp.net?
What can we do with asp.net?
What is localhost in asp.net?
How does ASP.NET framework maps client side events to Server side events.?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is the use of view state?