Naseer

Naseer

  • NA
  • 19
  • 568

looping for multiple texbox to generate data.

Jul 20 2018 1:44 AM
Hi Guys,
 
Im a new learner.Probably learning from various sources from online.
im trying to build a simpl web project.
 
suppose im having a 6 text boxes like
Applno ,
program,
university,
Date_of_Dispatch ,
Branch
city.
insert <------button 
Im able to write a code and insert data sucessfully.
Now im trying to make a loop so that i can generate multiple records with one submit.
Ex:- i want to have same data for every 100 records.. if i insert Applno as 100 and fill rest of textboxes based on my requirement and submit , i need to get records  from applno 100 to 200 and below data as same data in my records as i dont want to insert every time and writting applno 100,101,102....200 to insert all below same data.so im trying to create simple for loop for it. pleasae guide me with simple steps as im beginner.
Ty in advancce 

Answers (3)