0
Answer

Fastest way to insert cascaded checkboxlist items

Danish Habib

Danish Habib

9y
496
1
What is the fastest way to insert cascaded checkboxlist items into the database i have these entities into my application 
Districts-----Populates------Tehsils
Tehsil-------Populates -------UC
UC----Populates-----Villages


I have sepearte table with foriegn key relation ship what is the best way to save bulk insert into the database please follow an example for me