Postback Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • exBK

    #1

    Postback Question

    I have a user control in which I display a WebControls.Tab le called
    "EmployeeDa ta" which contains input boxes (textboxes for name, address etc).
    When I post back, how do I access the "EmployeeDa ta" table so that I can
    retrieve the data from input boxes dynamically ? Thanks for your time!.
  • Joerg Jooss

    #2
    Re: Postback Question

    exBK wrote:[color=blue]
    > I have a user control in which I display a WebControls.Tab le called
    > "EmployeeDa ta" which contains input boxes (textboxes for name,
    > address etc). When I post back, how do I access the "EmployeeDa ta"
    > table so that I can retrieve the data from input boxes dynamically ?[/color]

    Simply add an instance field of your user control's type to your code-behind
    class. See http://www.devx.com/vb2themax/Tip/18843

    Cheers,

    --
    Joerg Jooss
    joerg.jooss@gmx .net


    Comment

    Working...