Search Results
'2009/03' - 3건
How to use XmlDataProvider from code behind (c# code)
In many cases, XML is very useful in programming
For example, I have written a program which support many product catalogs. In traditional programming, we had used a database or a customized file which support hierarchy structures. But in recent day, we can easily do that by XML. In WPF, XmlDataProvider was given to us to handle XML data.
how to use XML...
How to deploy .net framework 3.5 sp1 with your setup project.
Update the Package DataOpen the [Program Files]\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\DotNetFx35SP1 folder or %ProgramFiles(x86)%\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\DotNetFx35SP1 on x64 operating systemsEdit the Product.xml file in Notepad.Paste the following into the <PackageFiles> element: <PackageFile Name="TOO...
