Click to See Complete Forum and Search --> : dynamic text box


aquafin
August 25th, 2005, 11:58 PM
Based on the numbe rof letters in the string i need to create a group of text boxes dynamically.

suppose : the string contains the letters EXAMPLE , 7 textboxes should be created dynamically,

Anyone has an idea?


Thanks in advance

rader.net
August 26th, 2005, 01:55 AM
get the length of the string string.Length
then use a loop to create new textbox and add it to the group

aquafin
August 26th, 2005, 02:29 AM
Didn't think about DataList for some reason,
I got the solution