Posted on: 8/24/2014 9:37:18 PM | Views : 397

Hi 
The below code is getting the ads details from a table called "ads" but the logo and the owner of ads image is stored in another table called "UserInfo", so how i can marrige between both to get the ads details form the ads table and the user info whose post the ads. Please watch the youtube link it may gives you more overview of what i am looking for 
https://www.youtube.com/watch?v=Uq9r7kNxziM&feature=youtu.be

protected void Page_Load(object sender, EventArgs e) { SqlConnection shwadsone = new SqlConnection(cs); { // Open your connection shwadsone.Open(); SqlCommand adsdeCM = new SqlCommand(); // Build your data adapter string adsdetSqlSelect = @"SELECT [AdsID] ,[UID] ...

Go to the complete details ...