About Findcontrol

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vijaya683
    New Member
    • Sep 2007
    • 1

    About Findcontrol

    what is find control
  • talhaekram
    New Member
    • Apr 2007
    • 14

    #2
    Originally posted by vijaya683
    what is find control
    TextBox tb = Form.FindContro l("textbox1") ;
    tb.Text = "abc";
    find control is used to get controls from web page.

    Comment

    • slapshock
      New Member
      • Oct 2006
      • 57

      #3
      Originally posted by talhaekram
      TextBox tb = Form.FindContro l("textbox1") ;
      tb.Text = "abc";
      find control is used to get controls from web page.

      Find controls is used to find the control in the web page and get its corresponding value

      Comment

      Working...