S saidev Active member Joined Dec 22, 2005 Messages 27 Programming Experience 1-3 Jan 4, 2006 #1 Hi Guys, i have 4 buttons on a webform, and i want to disable one button based on the condition. can you guys help me with code..? thanks
Hi Guys, i have 4 buttons on a webform, and i want to disable one button based on the condition. can you guys help me with code..? thanks
J jfknet New member Joined Jan 13, 2006 Messages 1 Programming Experience Beginner Jan 13, 2006 #2 If Condition is not met then Button.enabled = false or to hide the button Button.Visible = false Upvote 0 Downvote