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 / nirmal
It will throw a exception "A potentially dangerous
Request.Form value was detected from the client"
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you handle server controls?
How do you use viewstate?
What is http post action?
What does session_start () do?
What is a web api? Which protocol is used in a web api?
What is the difference between dispose() and finalize()?
What is asp.net response object?
Define xmlvalidatingreader class.
Are cookies client side or server side?
How does asp.net work?
when a request is made in Life cycle of ASP.NET page .
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Differentiate the session object and application object?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?