Persisting Properties in the ASP.NET designer
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Folks, A small problem here. I need to have two controls on a page: Combobox XmlDataSet Both are my own controls and I would like to have a XmlDataSet property on the Combobox which indicates that it is "bound" to the XmlDataSet I have tried all the Combinations of DesignerSerializationVisibility and PersistenceMode but I cant seem to get it to work correctly. I dont want to XmlDataSet property to be persisted in Combobox eg: <combobox> <xmldataset>P S - This is what part of the alphabet would look like if Q and R were eliminated
Mitch Hedberg