Click here to Skip to main content
15,928,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How do i calculate the Start_cell_number and end_cell_number from Start_Display_datetime and end_display_datetime [modified] Pin
Rameez Raja16-Jul-08 18:34
Rameez Raja16-Jul-08 18:34 
QuestionHTML Tag rendering Pin
dews turner16-Jul-08 1:30
dews turner16-Jul-08 1:30 
AnswerRe: HTML Tag rendering Pin
Imran Khan Pathan16-Jul-08 2:04
Imran Khan Pathan16-Jul-08 2:04 
AnswerRe: HTML Tag rendering Pin
Venkatesh Mookkan16-Jul-08 2:05
Venkatesh Mookkan16-Jul-08 2:05 
GeneralRe: HTML Tag rendering Pin
dews turner16-Jul-08 4:27
dews turner16-Jul-08 4:27 
GeneralRe: HTML Tag rendering Pin
dews turner16-Jul-08 5:05
dews turner16-Jul-08 5:05 
GeneralRe: HTML Tag rendering Pin
Imran Khan Pathan16-Jul-08 20:06
Imran Khan Pathan16-Jul-08 20:06 
Questionsocket exception for simple email validation code Pin
Lengdor16-Jul-08 1:22
Lengdor16-Jul-08 1:22 
Hi, I am newbie and I came across with several email validation sample codes by using socket programing. I followed the instruction and the sample codes but I failed to connect to the socket either..pls help~

I was stucked at:
public static bool validate(string e_mail) <--- e_mail input as "support@microsoft.com"
{
string[] tex1 = e_mail.Split(new char[] { '@' });
IPHostEntry IPhst = Dns.GetHostEntry(tex1[1]);
IPEndPoint endPt = new IPEndPoint(IPhst.AddressList[0], 26);

Socket s = new Socket(endPt.AddressFamily, SocketType.Stream, ProtocolType.Tcp);

s.Connect(endPt); <---- error here
....
....
}

I am using port 26 as my ISP provider is blocking my port 25..

I got this returned :"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 207.46.197.32:26"

Please help~~Thank you.

Lengdor
Questiondrag drop lists Pin
ajaaya16-Jul-08 1:02
ajaaya16-Jul-08 1:02 
AnswerRe: drag drop lists Pin
eyeseetee16-Jul-08 1:15
eyeseetee16-Jul-08 1:15 
GeneralRe: drag drop lists Pin
eyeseetee16-Jul-08 4:01
eyeseetee16-Jul-08 4:01 
Questioncustom Template databound control in asp.net 2.0 Pin
Member 392066716-Jul-08 0:44
Member 392066716-Jul-08 0:44 
Generalupdate gridview ----help pls Pin
merinkmathew16-Jul-08 0:22
merinkmathew16-Jul-08 0:22 
GeneralRe: update gridview ----help pls Pin
Herman<T>.Instance16-Jul-08 1:55
Herman<T>.Instance16-Jul-08 1:55 
GeneralRe: update gridview ----help pls Pin
merinkmathew16-Jul-08 4:09
merinkmathew16-Jul-08 4:09 
GeneralRe: update gridview ----help pls Pin
Herman<T>.Instance16-Jul-08 6:05
Herman<T>.Instance16-Jul-08 6:05 
QuestionProblem in accessing Runtime Controls Pin
nagendrathecoder16-Jul-08 0:10
nagendrathecoder16-Jul-08 0:10 
AnswerRe: Problem in accessing Runtime Controls [modified] Pin
Imran Khan Pathan16-Jul-08 0:47
Imran Khan Pathan16-Jul-08 0:47 
QuestionASP.NET Caching [modified] Pin
10215-Jul-08 23:52
10215-Jul-08 23:52 
AnswerRe: ASP.NET Caching Pin
Sathesh Sakthivel15-Jul-08 23:55
Sathesh Sakthivel15-Jul-08 23:55 
AnswerRe: ASP.NET Caching Pin
eyeseetee16-Jul-08 0:28
eyeseetee16-Jul-08 0:28 
AnswerRe: ASP.NET Caching Pin
sumit703416-Jul-08 0:30
sumit703416-Jul-08 0:30 
Questionpaging doesnt work in update panel Pin
eyeseetee15-Jul-08 23:45
eyeseetee15-Jul-08 23:45 
AnswerRe: paging doesnt work in update panel Pin
Venkatesh Mookkan15-Jul-08 23:48
Venkatesh Mookkan15-Jul-08 23:48 
GeneralRe: paging doesnt work in update panel Pin
eyeseetee16-Jul-08 0:01
eyeseetee16-Jul-08 0:01 

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.