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
Is web config mandatory?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What is semantic gap?
What is server side routing?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What are the features of asp net?
What is the difference between adding reference in solution explorer and adding references by using ?
How can we identify that the Page is Post Back?
Where is asp.net view state stored?
Explain the advantages of caching?
Where do the cookie state and session state information be stored?
Define repository pattern in asp.net mvc? : asp.net mvc
Can we have a web application running without web.config file?
What is autopostback in asp net?