Print Page | Close Window

URGENT - How Can I make All Fields in my form disable using Idea Blade

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=393
Printed Date: 11-Jun-2026 at 10:35pm


Topic: URGENT - How Can I make All Fields in my form disable using Idea Blade
Posted By: kushal
Subject: URGENT - How Can I make All Fields in my form disable using Idea Blade
Date Posted: 28-Aug-2007 at 11:10pm
How can I make All Fields in my form disable using Idea Blade?
Do Idea Blade Have Any property or method which will disable all fileds?
 
Please Reply ASAP.



Replies:
Posted By: owais,zahid
Date Posted: 29-Aug-2007 at 6:03am

You can use DataConverters with the control binding to disable the fields. I don't think there is a way to disable all the fields of the form from one call in ideablade.

 


Posted By: davidklitzke
Date Posted: 29-Aug-2007 at 8:49am

The form has a controls collection.  You could write your own method which iterated over this controls collection, and disabled each of the controls.  Similarly, you could write another method which iterated over the controls collection and enabled each of the controls.




Print Page | Close Window