CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2005
    Posts
    26

    Validation of Dynamic controls

    i am creating some text boxes dynamically.....
    now i want to validate them for "blank,not a number" tell me how to do....
    can any one help ?

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: Validation of Dynamic controls

    Use AddHandler to attach a Validing Event.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured