I want to create multiple labels on fly based on the number entered by user. For example if user writes 10 in textbox, 10 labels should be created with id label1 – label10 and i want to put separate text in those labels. Any idea how to do it in asp.net with c# sharp code ?
Share
Something like the following should get you started.
Of course, you would need to correct:
MyTextBoxMyParentControlfor adding the labels to the page.MyLoggingOutput.RangeValidatorandCompareValidator.