hi
can anyone explain what is XSD extension file and what is main purpose of this file
thanks
regards
suresh.S
In ASP.Net using XSD file you can connect to your project database. After that You need to create object reference of this XSD file and then you can add/edit/delete/view your form information.
Example
DataSet1TableAdapters.InvoiceTableAdapter daIn = new DataSet1TableAdapters.InvoiceTableAdapter();
daIn.Insert(txtDate.Text.Trim(), txtName.Text.Trim(), lblTotal.Text.Trim());
XSD file one of the gretest strentgh of xml which support the data file
its conver data to the easier data
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.