Hi,
I want to read the text between the tags in the below xml file:
<?xml version="1.0" encoding="UTF-8"?>
<Settings>
<SrvName>SRV01\SQLEXPRESS</SrvName>
<DBName>dbKC</DBName>
<DBUser>sa</DBUser>
<DBPass>xx123</DBPass>
</Settings>
</xml>
I would like to use XMLTextReader class, any help is highly Apprecited.
Thx
Thx
M@F
Index was outside the bounds !!!