How to generate Text box and other asp controls in repeaters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Devashish Sharma
    New Member
    • Oct 2007
    • 3

    How to generate Text box and other asp controls in repeaters

    hi all, i want to know that how can we generate the asp controls such as text box, labels in repeaters and how can we take values from each of them??
  • JamieHowarth0
    Recognized Expert Contributor
    • May 2007
    • 537

    #2
    Hi Devashish,

    Your question has been moved to the .NET Forum (as I presume you are referring to the <asp:repeater > control in ASP.NET?).
    The ASP forum is for "classic" v3.0 Active Server Pages written in VBScript (or occassionally JScript).

    In regard to your question, if you create a Repeater and databind it to your table, then create a textbox and bind it to the field within the table, the textbox will then show you the value for that field per record.

    medicineworker

    Comment

    • Devashish Sharma
      New Member
      • Oct 2007
      • 3

      #3
      Originally posted by medicineworker
      Hi Devashish,

      Your question has been moved to the .NET Forum (as I presume you are referring to the <asp:repeater > control in ASP.NET?).
      The ASP forum is for "classic" v3.0 Active Server Pages written in VBScript (or occassionally JScript).

      In regard to your question, if you create a Repeater and databind it to your table, then create a textbox and bind it to the field within the table, the textbox will then show you the value for that field per record.

      medicineworker
      hi medicineworker

      i got ur reply abt my thread.
      But i can display values in the textbox through repeater but i want to retrieve the values that user insert in those text boxes in repeaters.

      devashish sharma

      Comment

      Working...