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

    Question help with request

    Hi!

    I have a control called A that has a textbox. The values I want to pick up from a webform using request. But I don't know how to accomplished that? In this webform I have a repeater that calls A 3 times. Making 3 copies of the textbox. How do I get a hold of the textboxes when I don't know the name of them?

  2. #2
    Join Date
    Jun 2003
    Location
    Toronto
    Posts
    805

    Re: help with request

    this thread can help you

    you use the sender object on the event you want to fire

    http://www.thescripts.com/forum/thread631317.html

    hth,
    mcm
    rate my posts!
    mcm

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