Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have too page size master and itemmaster
in size master i enter size.now in item master when i select save all size checkbox i want to save all size from the size master in to itemmaster table ...?
Posted

1 solution

Use Cursor In Sql.
or Use a for(int x=0;x<=n;x++) or foreach(data d1 in tbl_size ) Loop to get the values from size table and Insert in into the item_master table.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900