Click here to Skip to main content
15,886,026 members
Home / Discussions / C#
   

C#

 
AnswerRe: database connection code in c# for asp .net Pin
Abhinav S2-Jul-11 23:33
Abhinav S2-Jul-11 23:33 
Questionhow to "inject" string Pin
igalep1322-Jul-11 5:53
igalep1322-Jul-11 5:53 
AnswerRe: how to "inject" string Pin
PIEBALDconsult2-Jul-11 6:06
mvePIEBALDconsult2-Jul-11 6:06 
AnswerRe: how to "inject" string PinPopular
Mark Salsbery2-Jul-11 6:09
Mark Salsbery2-Jul-11 6:09 
AnswerRe: how to "inject" string Pin
Philippe Mori2-Jul-11 12:37
Philippe Mori2-Jul-11 12:37 
AnswerRe: how to "inject" string Pin
#realJSOP3-Jul-11 5:59
mve#realJSOP3-Jul-11 5:59 
AnswerRe: how to "inject" string Pin
Shameel3-Jul-11 8:34
professionalShameel3-Jul-11 8:34 
Questionms access afterupdate event in c# textbox Pin
Asif Rehman1-Jul-11 23:34
Asif Rehman1-Jul-11 23:34 
I'm unable to get ms access afterupdate event like functionality in c# textbox.

What I have done so far is:
private void VocNoTextBox_KeyDown(object sender, KeyEventArgs e)<br />
{<br />
    if (e.KeyData.Equals(Keys.Enter))<br />
        MoveToSpecificVocNo();<br />
}<br />


and Leave event
<br />
        private void VocNoTextBox_Leave(object sender, EventArgs e)<br />
        {<br />
            MoveToSpecificVocNo();<br />
        }<br />


But the problem is If I press enter and press tab to move to next field. The event is called twice. One for Enter key, another for Leave.

Is there any solution?

Regards
Asif Rehman
AnswerRe: ms access afterupdate event in c# textbox Pin
JOAT-MON2-Jul-11 3:12
JOAT-MON2-Jul-11 3:12 
AnswerRe: ms access afterupdate event in c# textbox Pin
JOAT-MON2-Jul-11 3:26
JOAT-MON2-Jul-11 3:26 
QuestionFile Type forensic identification Pin
devvvy1-Jul-11 14:20
devvvy1-Jul-11 14:20 
AnswerRe: File Type forensic identification Pin
Philippe Mori1-Jul-11 14:58
Philippe Mori1-Jul-11 14:58 
AnswerRe: File Type forensic identification Pin
PIEBALDconsult1-Jul-11 18:51
mvePIEBALDconsult1-Jul-11 18:51 
QuestionImplementing a list of abstract objects... Pin
faheemnadeem1-Jul-11 10:15
faheemnadeem1-Jul-11 10:15 
AnswerRe: Implementing a list of abstract objects... Pin
Philippe Mori1-Jul-11 11:37
Philippe Mori1-Jul-11 11:37 
GeneralRe: Implementing a list of abstract objects... Pin
faheemnadeem1-Jul-11 13:52
faheemnadeem1-Jul-11 13:52 
GeneralRe: Implementing a list of abstract objects... Pin
Philippe Mori1-Jul-11 15:16
Philippe Mori1-Jul-11 15:16 
GeneralRe: Implementing a list of abstract objects... Pin
faheemnadeem1-Jul-11 15:41
faheemnadeem1-Jul-11 15:41 
GeneralRe: Implementing a list of abstract objects... Pin
Philippe Mori1-Jul-11 16:30
Philippe Mori1-Jul-11 16:30 
GeneralRe: Implementing a list of abstract objects... Pin
faheemnadeem1-Jul-11 18:09
faheemnadeem1-Jul-11 18:09 
GeneralRe: Implementing a list of abstract objects... Pin
Philippe Mori2-Jul-11 3:30
Philippe Mori2-Jul-11 3:30 
GeneralRe: Implementing a list of abstract objects... Pin
faheemnadeem2-Jul-11 4:08
faheemnadeem2-Jul-11 4:08 
QuestionC# to MATLAB connectivity in windows 7 Pin
Sa na1-Jul-11 9:03
Sa na1-Jul-11 9:03 
AnswerRe: C# to MATLAB connectivity in windows 7 Pin
Dave Kreskowiak1-Jul-11 11:10
mveDave Kreskowiak1-Jul-11 11:10 
GeneralRe: C# to MATLAB connectivity in windows 7 Pin
Sa na2-Jul-11 1:13
Sa na2-Jul-11 1:13 

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.