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 / 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 View All Answers
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Is there any limit for query string? Means what is the maximum size?
Is there any alternative to avoid name collisions other then Namespaces?
Explain form level validation and field level validation?
What is session and cookies in asp.net?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is postback pixel?
Can any body provide me the sample web application in asp.net
How to handle errors in Web API?
Is it right that ASP.NET Web API has replaced WCF?
Define authentication and authorization.
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is the use of session?
How many types of cookies are there in asp.net?
Why is xap important?