I have business requirement and i need to diplay records of data in certain format. My problem is as below:
I have database with two tables names "Restaurant" and "Restaurant_Associates". "Restaruant" table stores list all the restaruants available in town wheres "Restaurant_Associates" sotres the list of associates for particular restaruant in "Restaurant" table. One restaurant can have so many associates.
Now my problem is to display the Restaurant and their Associates in the form as given below:
Restaurant1
Restaurant1 Associate1
Restaruant Associate2
Restaruant Associate3
Restaruant2
Restaruant2 Associate1
Restaurant2 Associate2
Restaurant 2 Associate2
in the above format with Edit and Delete link by the side of associates.
How can i do this using different server side controls in ASP.NET or by any other method available in .NET
Thanks
Randhir:icon_confused: