Hi,

I have a user control in my page. The user control has some textboxes and a button. The button is disabled initially. When I click on a button in the page, I want to enable the button in the user control. Can anyone post me the code to do it in VB.

Thanks in advance...

Binoy

try something like this

UserControl.FindControl("Button1").Enabled = True
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.