I need a design idea(dynamic or static)
Hi;
I have a listbox on page.User adds items to this listbox.For ex:
Jesse Liberty-Programming C#
Jesse Libery-Programming In Perl
Stephen Walther-ASP.NET
Stephen Walter-VB.NET
when the user press the "get" button program will get the content headers of each book from database and form them in a checkbox like below:
Author:Jesse Liberty Book:Programming C#
checkbox1
checkbox2
checkbox3
Author:Jesse Liberty Book:Programming In Perl
checkbox4
checkbox5
Author:Stephen Walther Book:ASP.NET
checkbox6
checkbox7
checkbox8
Author:Stephen Walther Book:VB.NET
checkbox9
checkbox10
....
I want to put these layout in a table.(Each info must place in a row of a table)
Is there any way not doing this in a dynamic way??
Because when clicking on a checkbox after dynamic controls created,all the controls disappears on autopostback
As a solution if I create them again after postback I am loosing the checkboxes values
either selected or not :(
can you help me please ??