Click here to Skip to main content
15,913,709 members
Home / Discussions / C#
   

C#

 
AnswerRe: Developing a small DBMS software tool Pin
Wendelius19-Jan-09 8:34
mentorWendelius19-Jan-09 8:34 
QuestionArray of account data Pin
ferronrsmith19-Jan-09 7:01
ferronrsmith19-Jan-09 7:01 
AnswerRe: Array of account data Pin
Not Active19-Jan-09 7:03
mentorNot Active19-Jan-09 7:03 
GeneralRe: Array of account data Pin
ferronrsmith19-Jan-09 7:11
ferronrsmith19-Jan-09 7:11 
GeneralRe: Array of account data Pin
Not Active19-Jan-09 7:37
mentorNot Active19-Jan-09 7:37 
GeneralRe: Array of account data Pin
ferronrsmith19-Jan-09 8:53
ferronrsmith19-Jan-09 8:53 
GeneralRe: Array of account data Pin
Not Active19-Jan-09 10:27
mentorNot Active19-Jan-09 10:27 
Question[newbie] controls collection Pin
jon-8019-Jan-09 5:30
professionaljon-8019-Jan-09 5:30 
Collection of controls
I would like to :
1. Add a set of controls within a collection e.g. an arraylist.
The controls consist of textboxes, dropdown lists, and calendar controls.
2. Loop through each control (i.e. using foreach) and set the enabled property to true, so that the user can update some text.

I'm aware that there are a lot of articles on this, however, I could not find a way to retrieve the common property 'Enabled'. Any ideas?


One button is going to appear to the user intially showing 'Create task' then changing appearance to 'Update new task'. Shouldn't be a problem, but is there something more efficient than the 'text' to validate e.g. if 'button.text == "Create new task", sounds like a lot of work for the processor.

- Controls are going to be bound to a SQL database.
- Currently using ASP.NET 2.0 / C# / VS 2005 Team Edition

Any ideas?

Jon

AnswerRe: [newbie] controls collection Pin
Not Active19-Jan-09 6:10
mentorNot Active19-Jan-09 6:10 
AnswerRe: [newbie] controls collection [modified] Pin
Luc Pattyn19-Jan-09 6:12
sitebuilderLuc Pattyn19-Jan-09 6:12 
GeneralRe: [newbie] controls collection Pin
jon-8019-Jan-09 12:27
professionaljon-8019-Jan-09 12:27 
AnswerRe: [newbie] controls collection [modified] Pin
Luc Pattyn19-Jan-09 12:42
sitebuilderLuc Pattyn19-Jan-09 12:42 
AnswerRe: [newbie] controls collection Pin
Ben Fair19-Jan-09 6:15
Ben Fair19-Jan-09 6:15 
GeneralRe: [newbie] controls collection Pin
Not Active19-Jan-09 6:27
mentorNot Active19-Jan-09 6:27 
GeneralRe: [newbie] controls collection Pin
Ben Fair19-Jan-09 15:23
Ben Fair19-Jan-09 15:23 
QuestionFind out the path of a file in a c#-program, the user has double-clicked in the explorer Pin
tschmid8519-Jan-09 5:02
tschmid8519-Jan-09 5:02 
AnswerRe: Find out the path of a file in a c#-program, the user has double-clicked in the explorer [modified] Pin
Luc Pattyn19-Jan-09 5:16
sitebuilderLuc Pattyn19-Jan-09 5:16 
GeneralRe: Find out the path of a file in a c#-program, the user has double-clicked in the explorer Pin
tschmid8520-Jan-09 0:07
tschmid8520-Jan-09 0:07 
AnswerRe: Find out the path of a file in a c#-program, the user has double-clicked in the explorer [modified] Pin
Luc Pattyn20-Jan-09 1:02
sitebuilderLuc Pattyn20-Jan-09 1:02 
AnswerRe: Find out the path of a file in a c#-program, the user has double-clicked in the explorer Pin
Pete O'Hanlon19-Jan-09 5:19
mvePete O'Hanlon19-Jan-09 5:19 
AnswerRe: Find out the path of a file in a c#-program, the user has double-clicked in the explorer [modified] Pin
Luc Pattyn19-Jan-09 6:18
sitebuilderLuc Pattyn19-Jan-09 6:18 
GeneralRe: Find out the path of a file in a c#-program, the user has double-clicked in the explorer Pin
Pete O'Hanlon19-Jan-09 8:41
mvePete O'Hanlon19-Jan-09 8:41 
AnswerRe: Find out the path of a file in a c#-program, the user has double-clicked in the explorer Pin
Giorgi Dalakishvili19-Jan-09 5:28
mentorGiorgi Dalakishvili19-Jan-09 5:28 
QuestionSQL Relations Pin
ctrlnick19-Jan-09 4:56
ctrlnick19-Jan-09 4:56 
AnswerRe: SQL Relations Pin
Not Active19-Jan-09 5:01
mentorNot Active19-Jan-09 5:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.