R
R.A.
Hi
I have the following method:
public string FindNameList (string XmlStore)
I have a dataset based on xml schema. I have created the schema in vs editor
and created the dataset based on the schema.
When The 'FindNameList' method gets called it needs to take the input string
and construct the dataset.
The questions I have:
1) How do I load the string xml into the dataset
2) How do I get notified if there are some errors with the input xml - where
is the validation happens?
Please reply specifically for this scenario.
I am using .Net with c#
Thanks
I have the following method:
public string FindNameList (string XmlStore)
I have a dataset based on xml schema. I have created the schema in vs editor
and created the dataset based on the schema.
When The 'FindNameList' method gets called it needs to take the input string
and construct the dataset.
The questions I have:
1) How do I load the string xml into the dataset
2) How do I get notified if there are some errors with the input xml - where
is the validation happens?
Please reply specifically for this scenario.
I am using .Net with c#
Thanks