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
Explain the difference between authentication and authorization.
What is the main differences between asp and asp.net?
What is the size of Get method and how much data it can store?
How do u optimize a query in asp.net?
Explain the difference between dataset and datareader.
What is the use of data set in asp.net?
What is a server farm in iis?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What is skin in asp.net?
How can you access the properties and controls of master pages from content pages?
How to turn off cookies for a page?
What is web api vs wcf?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
How do you declare static variable?
What is event bubbling?