Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 JIT, what are types of JITS and their purpose ?

3 Answers   Infosys,


1.What are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Difference between gridview and datalist? 5.what is SOAP? 6.what are contents are available in asp.net page? 7.what are types of error?

1 Answers   CompuRx Infotech, Gemini, Gemini Communication,


What is difference between or and orelse?

0 Answers  


What is the basic difference between asp and asp.net?

0 Answers  


How many Garbage Collectors are there for one Application or one Page

1 Answers   Emphasis,


what is the differance between .DLL & .EXE

10 Answers   Infinite Computer Solutions,


What is difference between web config and global asax?

0 Answers  


define silverlight and advantages ?

3 Answers   QA,


Define a static class?

0 Answers  


Explain server control extensibility with reference to asp.net 2.0 ?

0 Answers  


My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?

1 Answers   Techno Solutions,


Types of objects in ASP?

8 Answers   Beget, Microsoft,


Categories