Click here to Skip to main content
15,916,379 members
Home / Discussions / C#
   

C#

 
GeneralRe: Database (ms access) Problem. help plz... Pin
Dave Kreskowiak1-Dec-06 4:50
mveDave Kreskowiak1-Dec-06 4:50 
GeneralRe: Database (ms access) Problem. help plz... Pin
Paul Conrad1-Dec-06 13:50
professionalPaul Conrad1-Dec-06 13:50 
AnswerRe: Database (ms access) Problem. help plz... Pin
Paul Conrad1-Dec-06 13:51
professionalPaul Conrad1-Dec-06 13:51 
QuestionEvents FormClosing & FormClosed Pin
ellande1-Dec-06 3:07
ellande1-Dec-06 3:07 
AnswerRe: Events FormClosing & FormClosed Pin
lost in transition 1-Dec-06 3:28
lost in transition 1-Dec-06 3:28 
GeneralRe: Events FormClosing & FormClosed Pin
ellande1-Dec-06 4:13
ellande1-Dec-06 4:13 
QuestionDynamically created Validation controls Pin
Nidhi.s1-Dec-06 2:32
Nidhi.s1-Dec-06 2:32 
AnswerRe: Dynamically created Validation controls Pin
Eduard Keilholz1-Dec-06 3:02
Eduard Keilholz1-Dec-06 3:02 
What is the error you receive??


Nidhi.s wrote:
txtBoxReEnterPassword.Controls.Add(rfldValidator);

You're not supposed to add the validator as control of the textbox, you should add the control to, for example, your form... this.Controls.Add();

further, the use if strings is a but... erhm... fault sensitive..
use ControlInstance.Name in stead of "txtReEnterPassword";



.: I love it when a plan comes together :.
http://www.zonderpunt.nl

AnswerRe: Dynamically created Validation controls Pin
netJP12L1-Dec-06 3:46
netJP12L1-Dec-06 3:46 
QuestionFinding tags and data in an xml-file Pin
esjq1-Dec-06 1:45
esjq1-Dec-06 1:45 
AnswerRe: Finding tags and data in an xml-file Pin
leppie1-Dec-06 2:19
leppie1-Dec-06 2:19 
Questionlistview items double click Pin
numbers1thru91-Dec-06 1:20
numbers1thru91-Dec-06 1:20 
AnswerRe: listview items double click Pin
CPallini1-Dec-06 3:31
mveCPallini1-Dec-06 3:31 
GeneralRe: listview items double click Pin
numbers1thru91-Dec-06 4:15
numbers1thru91-Dec-06 4:15 
GeneralRe: listview items double click Pin
ednrgc1-Dec-06 4:19
ednrgc1-Dec-06 4:19 
QuestionDataGridView - Mulder&Scully needed ? Pin
Marcos Hernandez1-Dec-06 1:03
Marcos Hernandez1-Dec-06 1:03 
AnswerRe: DataGridView - Mulder&Scully needed ? Pin
ednrgc1-Dec-06 4:21
ednrgc1-Dec-06 4:21 
GeneralRe: DataGridView - Mulder&Scully needed ? Pin
Marcos Hernandez1-Dec-06 4:43
Marcos Hernandez1-Dec-06 4:43 
GeneralRe: DataGridView - Mulder&Scully needed ? Pin
ednrgc1-Dec-06 4:55
ednrgc1-Dec-06 4:55 
GeneralRe: DataGridView - Mulder&Scully needed ? Pin
Marcos Hernandez1-Dec-06 5:12
Marcos Hernandez1-Dec-06 5:12 
GeneralRe: DataGridView - Mulder&Scully needed ? Pin
ednrgc1-Dec-06 5:15
ednrgc1-Dec-06 5:15 
GeneralRe: DataGridView - Mulder&Scully needed ? Pin
Marcos Hernandez1-Dec-06 5:34
Marcos Hernandez1-Dec-06 5:34 
QuestionC# Assembly concept !!!How to Use that the Updated the AssemblyVersion??? Pin
somagunasekaran1-Dec-06 0:23
somagunasekaran1-Dec-06 0:23 
AnswerRe: C# Assembly concept !!!How to Use that the Updated the AssemblyVersion??? Pin
somagunasekaran1-Dec-06 1:00
somagunasekaran1-Dec-06 1:00 
GeneralRe: C# Assembly concept !!!How to Use that the Updated the AssemblyVersion??? Pin
Eduard Keilholz1-Dec-06 3:04
Eduard Keilholz1-Dec-06 3:04 

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.