1
Reply

how to create div dynamically using datbase

narasiman rao

narasiman rao

Dec 22 2015 6:03 AM
306
   I have one table as follows Latestnews
 
         id       Subject                            Description                                          Active
         1        Accounts page                Accounts description page                     A
         2       Registration page            Registration page                                   A
 
  i want to create div  dynamically from the latestnews table.
 
i wan to create 2 div because in latestnews table 2 records are there 
 
for that how can i do in asp.net c#.
 

Answers (1)