position of value of dynamically created textbox
Hi,
I have dynamically created textboxex and also got its value in next page through session in label which was also created dynamically. But i could not place those values in desired position. For example:
Name
Address
Phone
I have these three headings and i want each value to place below name,below address and below phone but all the value at default appears at the bottom i.e. below phone heading.I could not place particular value under name or under address.
What should i do?