How bind Multiple data set in multiple Gridview dynamically
                            
                         
                        
                     
                 
                
                    Hi Friends,
I want to knw 
how to bind  multiple dataset with multiple Gridview dynamically
e.g.
select * from temp1
select * from temp2 
bind with gridview1 and gridview2 dynamically
if there is n number of dataset i want to bind with n number of gridview dyanamically
Thanx