i have a signup form which needs user to submit his academic information also.
academic info table in database is like this :
tbl_acadinfo
now how would i fill this table via asp.net (as a part of signup form with title ACADEMIC INFO) ?
bcz educationlevels are many like,
ssc
Hssc
Graduate
MS
Phd
Postdoc
and for each level user would have to enter examname, institutions, marks etc etc and user have to submit all info in one go, mean just clicking submit button once and all info will be submitted to db , for all levels.