Hi there !!
I am currently working in a desktop based application where I have to add controls programmatically and then to get the name of the control to remove it.
Now the issue which I am facing is the name for the control changes as I add more controls to the form and I am unable to remove...
i have a form with many dynamic controls. i want to add an item to a listbox ( by the way, to find this listbox i'm using 'tag'. if someone have any other idea i'll be hope to hear but that's not the problem) in order to do so i use this code:
For Each ctl As Control In Me.Controls...
Hi Guys,
I have a Winform application where i added picturebox's to a flowlayout panel dynamically from code. I have successfully managed to add a handler for doubleclick and click events the problem i have is that when i add both together it only seems to work with the click event and not the...
Hi,
I'm trying to toggle between controls on a page dynamically. Depending on which button on the page is pushed, a certain control is loaded into the PlaceHolder control. It seems to load each control fine, but after initially loading the control, any data posted from that control is lost on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.