Click here to Skip to main content
15,867,686 members
Home / Discussions / C#
   

C#

 
QuestionAny one have Ideas for IT graduation Project Pin
michaelqog17-Jul-07 11:01
michaelqog17-Jul-07 11:01 
AnswerRe: Any one have Ideas for IT graduation Project Pin
dino209417-Jul-07 11:13
dino209417-Jul-07 11:13 
GeneralRe: Any one have Ideas for IT graduation Project Pin
Malcolm Smart17-Jul-07 11:18
Malcolm Smart17-Jul-07 11:18 
GeneralRe: Any one have Ideas for IT graduation Project Pin
Colin Angus Mackay17-Jul-07 11:29
Colin Angus Mackay17-Jul-07 11:29 
GeneralRe: Any one have Ideas for IT graduation Project Pin
Rao Rafique17-Jul-07 22:51
Rao Rafique17-Jul-07 22:51 
AnswerRe: Any one have Ideas for IT graduation Project Pin
Paul Conrad17-Jul-07 11:57
professionalPaul Conrad17-Jul-07 11:57 
QuestionProblem retrieving dataobjects stored on clipboard Pin
Sepharo17-Jul-07 10:59
Sepharo17-Jul-07 10:59 
QuestionLooping through Controls on a tab page Pin
greenb17-Jul-07 10:33
greenb17-Jul-07 10:33 
1. I've created a userControl that contains a Label and a TextBox.
2. I programmatically create a number of TabPages and add them to a TabControl.
3. On each TabPage I programmatically add a number of my userControls giving each control a unique name
and I pass information to the control to adjust the label.


This is all based off of an xml file. So I read this xml file and determine how many tabs and how many controls I need to
add to each page. The user will then edit the data in the textbox if needed.
Once the user is done and click save, I need to go through each control and get the value that the user entered. Then update my xml file with the new data.

I can not figure out how to loop through and get the controls off of each tab.

Hopefully I've explained this clearly.



Thanks in advance for any help!!!
Bob
AnswerRe: Looping through Controls on a tab page Pin
Tarakeshwar Reddy17-Jul-07 10:44
professionalTarakeshwar Reddy17-Jul-07 10:44 
GeneralRe: Looping through Controls on a tab page Pin
BoneSoft17-Jul-07 10:49
BoneSoft17-Jul-07 10:49 
GeneralRe: Looping through Controls on a tab page Pin
PIEBALDconsult17-Jul-07 10:51
mvePIEBALDconsult17-Jul-07 10:51 
GeneralRe: Looping through Controls on a tab page Pin
Tarakeshwar Reddy17-Jul-07 10:58
professionalTarakeshwar Reddy17-Jul-07 10:58 
GeneralRe: Looping through Controls on a tab page Pin
PIEBALDconsult17-Jul-07 11:18
mvePIEBALDconsult17-Jul-07 11:18 
GeneralRe: Looping through Controls on a tab page Pin
BoneSoft17-Jul-07 11:32
BoneSoft17-Jul-07 11:32 
GeneralRe: Looping through Controls on a tab page Pin
PIEBALDconsult17-Jul-07 11:43
mvePIEBALDconsult17-Jul-07 11:43 
GeneralRe: Looping through Controls on a tab page Pin
BoneSoft17-Jul-07 12:08
BoneSoft17-Jul-07 12:08 
GeneralRe: Looping through Controls on a tab page [modified] Pin
PIEBALDconsult17-Jul-07 17:17
mvePIEBALDconsult17-Jul-07 17:17 
GeneralRe: Looping through Controls on a tab page Pin
Martin#17-Jul-07 20:03
Martin#17-Jul-07 20:03 
GeneralRe: Looping through Controls on a tab page Pin
Mike Dimmick17-Jul-07 11:42
Mike Dimmick17-Jul-07 11:42 
GeneralRe: Looping through Controls on a tab page Pin
PIEBALDconsult17-Jul-07 11:49
mvePIEBALDconsult17-Jul-07 11:49 
JokeRe: Looping through Controls on a tab page Pin
BoneSoft17-Jul-07 12:10
BoneSoft17-Jul-07 12:10 
GeneralRe: Looping through Controls on a tab page Pin
PIEBALDconsult17-Jul-07 14:04
mvePIEBALDconsult17-Jul-07 14:04 
GeneralRe: Looping through Controls on a tab page Pin
Mike Dimmick17-Jul-07 20:17
Mike Dimmick17-Jul-07 20:17 
GeneralRe: Looping through Controls on a tab page Pin
PIEBALDconsult18-Jul-07 8:56
mvePIEBALDconsult18-Jul-07 8:56 
AnswerRe: Looping through Controls on a tab page Pin
BoneSoft17-Jul-07 10:48
BoneSoft17-Jul-07 10:48 

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.