Hi, I am Serializing an Object by using XmlSerializer but when XML file is created it is including the Namespace details like xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" in the Element. But I dont want that Namespace details in the XML file. Is there any way to do this. Thanks for your help in advance. Zaheer
Z
z_ahamad
@z_ahamad
Posts
-
XMLSerialization -
Want to create XML element without name spaces definitionI Want to create XML element without name spaces definition. Help me Thanks
-
Define Winform Control in XML fileThanks for your reply. But its not Possible to XMLSerialize a Control(TextBox). How to Do that. Do you have code to do that. Thanks
-
Define Winform Control in XML fileHi, My requirement is like I have to create control at run time by reading Control definition from XML file. I have achived to read control from XML file create it dynamically. Problem is I have to define hundreds of controls, is there any tool avalable to convert Controls(like textbox, button, ComboBox,..etc) in to xml file. I mean to say properties of Control should be the attributes of a Control element in XML file. Please help me in this regard ASAP. Thanks Zaheer Zaheer