how to write a sql query to merge two table and display it in ListView Control in asp.net? - TechRepublic
Question
March 2, 2011 at 03:18 AM
madanraj

how to write a sql query to merge two table and display it in ListView Control in asp.net?

by madanraj . Updated 15 years, 4 months ago

I want to merge(JOIN) two tables based on some condition and display that in list-view control….
the problem is both the table contain the attributes with the same name “id”,”name” and “message” how to display these items separately in item-template….

This discussion is locked

All Comments