through file handling i am stroing diffrent values of fiffrent controls like name and age etc
if i enter a name of length 10 and next is of 5 in output file it destroys the strucher like
name age date of admission
Muhammad kashif 20 12/aug/2012
ali 20 12/aug/2012
but i want
name age date of admission
Muhammad kashif 20 12/aug/2012
ali 20 12/aug/2012
so help me. in my real file i have about ten values so reading then in this strucher is very
difficult. but if these are managed then it is easy.