Results 1 to 2 of 2

Thread: How to validate text field array.

  1. #1
    Join Date
    Sep 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to validate text field array.

    Hi..
    In asp, i m creating text fields using while loop, mean i have a text with name categoryID, and at run time i create more than 1 text fields with the same name of categoryID. So, i want to validate these run time created fields. How can i do that.
    Thanks
    Shabbir

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    What do you mean validate? If you mean you have criteria for the type of input that is acceptable, they can be validated in the usual way. Just refer to them by name and/or number.

    PLEASE: Include the URL to your problematic webpage that you want help with.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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