hi to all;
with my asp application... in my database i have a table for teaching methods.. this table consists of a code(letter) for each method and a longname for those methods.. from my members i need i want to get suggestions how these teaching methods can be applied in education. so i build a form and list all the methods from my teachmethods table and for each method listed here i put 3 textboxes that my members will write their suggestions in categories of methodexplanationdetails , tools to use with this method , and to what kind of schools these methods can be applied..
to keep the records of the details my members give i have a table named methodsugestions that keep the id of each member and their suggestions..
but my problem is since i am building my checkboxes with a do while loop all the textboxes are also created with this loop. now when i post the form how will i distuingish which methods are choosen to be explained by my members and how will i name these textboxes.. and in the page i post the foum hoıw will i use the form info?
thanks.. i hope i could tell the problem in most clear way..