Nithz

Nithz

  • NA
  • 5
  • 0

Displayin two datsets one below the other in a gridview

Jul 6 2009 6:52 AM

Hi ,
Could anyone tell me how to display two datasets one below the other in a gridview. The columns of the two datasets are the same but the values are retrieved using different stored procedures. How do i put the datasource and bind it.
Gridv1.DataSource = ds1;
Gridv1.DataSource = ds2;
Gridv1.DataBind();
It doesnt work. Please help me

Answers (4)