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??
How to generate Text box and other asp controls in repeaters
Collapse
X
-
Tags: None
-
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 -
Originally posted by medicineworkerHi 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
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 sharmaComment
Comment