What about function, I have this function in my maing page:
public void GetEnrollButton()
{
btnConfirmBenefits.Enabled
btnConfirmBenefits.ImageUr
}
How can the web user control call this function with the click of the button? Would you mind to show me some examples with my code!
Thanks
Main Topics
Browse All Topics





by: aibusinesssolutionsPosted on 2009-02-16 at 13:31:42ID: 23654061
You'll probably be better off using javascript to enable/disable the buttons, since the controls on the page aren't declared as public controls.