Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
Set dataset element default value to empty string
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="amadupat, post: 14082448, member: 109188"] Hi All, I used following xsd <?xml version="1.0" encoding="ISO-8859-1" ?> <xs:schema xmlns:xs="[URL]http://www.w3.org/2001/XMLSchema[/URL]"> <xs:element name="Rules"> <xs:complexType> <xs:sequence> <xs:element name="Rule" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="username" type="xs:string" minOccurs="0" default =""/> <xs:element name="password" type="xs:string" minOccurs="0" default =""/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> when I try to print the user name value I am getting null values could you please suggest me on this [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
Set dataset element default value to empty string
Top