PDA

View Full Version : Dataprovider for dynamic datagrid


rajeeva_nagaraj
05-10-2007, 01:47 PM
Hi,

In my application i have generated 4-5 datagrids dynamically using repeater now each datagrid has to show different set of data so i have to set dataprovider for each grid dynamically at runtime how can i do that

plz find me some solution

i am using httpservice and asp.net

regards
Rajeev

flexy
05-14-2007, 01:09 PM
Hi,

Could you set an index-based ID for each of the datagrids you create, then bind the data to each of the datagrids using this ID as the reference?