Click here to Skip to main content
15,893,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionFailure sending mail. System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established con Pin
Member 1040837325-Apr-14 6:09
Member 1040837325-Apr-14 6:09 
AnswerRe: Failure sending mail. System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established Pin
DamithSL26-Apr-14 19:05
professionalDamithSL26-Apr-14 19:05 
GeneralRe: Failure sending mail. System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established Pin
Dnyaneshwar@Pune28-Apr-14 0:04
Dnyaneshwar@Pune28-Apr-14 0:04 
QuestionTable doubt Pin
Hari-CodeBlogger24-Apr-14 20:14
Hari-CodeBlogger24-Apr-14 20:14 
AnswerRe: Table doubt Pin
Tom Marvolo Riddle24-Apr-14 21:03
professionalTom Marvolo Riddle24-Apr-14 21:03 
GeneralRe: Table doubt Pin
Hari-CodeBlogger25-Apr-14 1:20
Hari-CodeBlogger25-Apr-14 1:20 
GeneralRe: Table doubt Pin
Hari-CodeBlogger25-Apr-14 18:37
Hari-CodeBlogger25-Apr-14 18:37 
GeneralRe: Table doubt Pin
Tom Marvolo Riddle27-Apr-14 18:20
professionalTom Marvolo Riddle27-Apr-14 18:20 
Sorry for the late reply.I didn't get quite clearly but you have to try something like this

SQL
select T1.C1,T2.C2,T3.C3  from Table1 as T1 inner join Table2 as T2 
on T1.id = T2.id inner join Table3 as T3 on T2.id =T3.id 


Use the common columns in between two tables to make joins for your query

You have to learn to think like a computer or teach him to think like a human.
-Kornfeld Eliyahu Peter


GeneralRe: Table doubt Pin
Hari-CodeBlogger6-May-14 23:55
Hari-CodeBlogger6-May-14 23:55 
QuestionChart control X-axis label contains double values with more precision Pin
Kandepu Rajesh24-Apr-14 20:11
Kandepu Rajesh24-Apr-14 20:11 
Questionproject code Pin
varun kumar23-Apr-14 8:19
varun kumar23-Apr-14 8:19 
AnswerRe: project code PinPopular
David Mujica23-Apr-14 8:56
David Mujica23-Apr-14 8:56 
QuestionMessage Removed Pin
23-Apr-14 6:19
miss78623-Apr-14 6:19 
QuestionNeed help updating user information asp.net c# Pin
lala2422-Apr-14 10:52
lala2422-Apr-14 10:52 
AnswerRe: Need help updating user information asp.net c# Pin
Wes Aday22-Apr-14 11:11
professionalWes Aday22-Apr-14 11:11 
AnswerRe: Need help updating user information asp.net c# Pin
Praneet Nadkar7-May-14 18:19
Praneet Nadkar7-May-14 18:19 
Questionscrolling jquery popup in Page Pin
Member 947380922-Apr-14 10:38
Member 947380922-Apr-14 10:38 
QuestionMerge 2 cell in Open XML Pin
byka22-Apr-14 2:53
byka22-Apr-14 2:53 
AnswerRe: Merge 2 cell in Open XML Pin
Anurag Gandhi24-Apr-14 5:25
professionalAnurag Gandhi24-Apr-14 5:25 
GeneralTab Control in ASP.NET without using Ajax Pin
Syed Rehman21-Apr-14 20:06
Syed Rehman21-Apr-14 20:06 
GeneralRe: Tab Control in ASP.NET without using Ajax Pin
Blikkies21-Apr-14 21:44
professionalBlikkies21-Apr-14 21:44 
GeneralRe: Tab Control in ASP.NET without using Ajax Pin
Syed Rehman22-Apr-14 3:09
Syed Rehman22-Apr-14 3:09 
GeneralRe: Tab Control in ASP.NET without using Ajax Pin
Blikkies22-Apr-14 3:30
professionalBlikkies22-Apr-14 3:30 
AnswerRe: Tab Control in ASP.NET without using Ajax Pin
R@Vi_Mali24-Apr-14 7:00
professionalR@Vi_Mali24-Apr-14 7:00 
GeneralRe: Tab Control in ASP.NET without using Ajax Pin
Syed Rehman5-May-14 18:54
Syed Rehman5-May-14 18:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.