This is so strange. I just can't programmatically control a simple button control programmatically.
I can programmatically change it's .text but not .visible and .enable methods
All I want to do is make the button disappear when an event happens (I.e remove the btnAdd control when another event occurs)
You say that btnTest.Text = "any text" works.
So, haven't you tried: btnTest.Visible = False or btnTest.Visible = True btnText.Enabled = False or btnText.Enabled = True
You say that btnTest.Text = "any text" works.
So, haven't you tried: btnTest.Visible = False or btnTest.Visible = True btnText.Enabled = False or btnText.Enabled = True
Hi Klaus, yep I've tried all that. Plus the spinner controls don't drop down. I'm unable to upload even as a zip file as the minimum size I can get is 6Mb and that exceeds the server's limit.
I suggest to create a small project with only this feature. If you do not add big images in the files folder then the size if usually much less than the 500kb limit.