2
Answers

How to show two datasets data in one beside another?

srinivas P

srinivas P

13y
1.7k
1
I have two tables

Example: class table
           
ClassId Cassname
110th class

student table
classidstuNameAddress
xyzhyd
1abchyd
1pqrhyd

Now my requirement is i want to show data following way in gridview


classidstName1Address1

stuName2              
address2
 stuname3
 address3
1xyzhydabchyd
pqr
hyd


i am struggling with this from one week.

Help me.
Thanksinadvance



Answers (2)