i have to display the data in the repeater table.
my requirement:
i have a text prompt. i will enter 2 or 3 in that prompt.
i have to get the repeater table with only entered no of times.
how to do that?
i am in urgent.
Do you mean you are putting 2 or 3 values in the prompt, or you are putting the value '2' or value '3'?
Either way, a repeater is driven by the data, you will need to develop a filter based on your prompt values such that the number of rows you want are retrieved (or aggregated) from the database.