advice on how to create dynamic controls

Posted by user554134 on Stack Overflow See other posts from Stack Overflow or by user554134
Published on 2011-01-18T00:39:35Z Indexed on 2011/01/18 0:53 UTC
Read the original article Hit count: 106

Filed under:
|

Hi,

My web page will get a set of results from the database and display it to the user. However I am not sure about "number" of results.

Each result will have a panel which contains several controls in itself, an image, several labels, etc.

What is the best way to do this dynamically, eg. create these controls dynamically?

Is it better to use an AJAX control? Should I use Gridview?

Thanks for the help, Behrouz

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET