What line in the following XML document will generate an error?
<?xml version=?1.0?>
<employees>
<employee>
<name>Bob Andcarrol</name>
</employee>
<employee>
<name>Robert Burns</name>
</employee>
</employees>
a) 6
b) 4
c) 1
d) There is no error
Answers were Sorted based on User's Feedback
Answer / als.senthur ganesh ram kumar
C
Details:
First Line Show Error Error Line
<?xml version=?1.0?>
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sukkureddy
c
First Line should be like
<?xml version="1.0"?>
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain serialization and deserialization?
How would one do a deep copy in .NET?
what is the auto option in XML ?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Security types in ASP/ASP.NET? Different Authentication modes?
4 Answers QuadLabs Technologies,
What is the difference between stored procedure vs function?
Which is better asp.net or php?
How does a content page differ from a master page?
How many Garbage Collectors are there for one Application or one Page
Suppose i create one application in vs 2008 and it is running in the latest version of IE,will it run in netscape and other browsers with low version?
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.
What is the difference between Server.Transfer and Response.Redirect? Why would you choose one over the other?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)