I have this very simple problem, the parameters i used when developing my program simply wont go away!
What can i do to prevent the widget to display all program parameters that it has?
I tried setting Program.Parameter("Blabla").Value = null; but that really doesnt do it, i need to remove the entire Parameter. Dispose(), Remove() and Delete() have been tried but im not very familliar with C#.
Help?