You have multiline textbox and submit button. if you paste
xml content into multiline textbox and hit submit button.
what action will perform?

Answers were Sorted based on User's Feedback



You have multiline textbox and submit button. if you paste xml content into multiline textbox and h..

Answer / srini

ValidateRequest is default to true

"The server encountered a potenially unsafe form request......" exception is thrown when it's 'true' as it validates the request when posted back.

If you change it to 'false', page will be posted without any exception. But we need to implement custom encoding technique before storing it to DB to avoid scrip inserts for security reasons.

Is This Answer Correct ?    6 Yes 0 No

You have multiline textbox and submit button. if you paste xml content into multiline textbox and h..

Answer / 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

You have multiline textbox and submit button. if you paste xml content into multiline textbox and h..

Answer / 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

You have multiline textbox and submit button. if you paste xml content into multiline textbox and h..

Answer / sudheer

Nothing will happend.The particular page will be refreshed.

Is This Answer Correct ?    2 Yes 3 No

You have multiline textbox and submit button. if you paste xml content into multiline textbox and h..

Answer / naren

Sudheer may i know the reason?

Is This Answer Correct ?    1 Yes 2 No

You have multiline textbox and submit button. if you paste xml content into multiline textbox and h..

Answer / rahul

For example in backend if u create on rows as xml data
type,now write code in asp.net in text box paste xml content
document and press submit button.after clicking the submit
button xml document stroe in backend.



or

without backend it will go request to server and come back
same it happend only refresh page only.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What is the use of view state?

1 Answers  


How do you set language in web.cofig ?

3 Answers   Keane India Ltd,


What is the use of the tag in the web.config file?

1 Answers   MindCracker,


Compare and contrast between inline and code behind - which one is best?

2 Answers   Siebel,


What is sequence of code in retrieving data from database?

3 Answers   Accenture,


how to create bin folder in asp.net2.0

8 Answers  


How many types of cache are there?

1 Answers  


How to publish website

1 Answers   Syntel,


what is Disco?what it will do?

2 Answers   Microsoft,


What is bson in web api?

1 Answers  


What is the transport protocol you use to call a Web service?

2 Answers   Siebel Systems,


What is a pixel url?

1 Answers  


Categories