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 autopost?

0 Answers  


Describe paging in asp.net?

0 Answers  


In which situation can you not use a viewstate?

0 Answers  


What is autopostback in asp net?

0 Answers  


How many types of page.

5 Answers   TCS, Verinon Technology Solutions,






Explain the difference between singleton and single call?

0 Answers  


Why is xap important?

0 Answers  


How do you change the session time-out value?

0 Answers   TryTechnicals Pvt Ltd,


what if we delete web.config or machine.config? will a website work if we delete webconfig....or if we delete machine config?

4 Answers   TCS,


Differentiate between client-side and server-side validations in web pages.

0 Answers  


List some of the important session state modes of asp.net.

0 Answers  


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

0 Answers  


Categories