Hi, I am working on ASP application and I want to send a scheduled email by daily. Can any body help me to sort out the issue. Thank
S.ABC
Hi, I am working on ASP application and I want to send a scheduled email by daily. Can any body help me to sort out the issue. Thank
S.ABC
Hi Guys, I want to send Email daily automatically without user interaction . I am using classic ASP with MSSQL server 2005. Thanks for any suggestion.
S.Akmal
modified on Wednesday, February 20, 2008 4:17 AM
yes I have specified directly to ASCII. Actually Windows does not show the appropriate extended character against the byte code. like 155=Ø in ASCII extended table. But my program shows the character against 155=>. I cannot understand why it is happening?
S.Akmal
I have a problem in converting ASCII extended characters in my C# program. I have already tried the following statement." System.Text.Encoding.Default.GetString(buff). buff is a byte array" this statement does not show me the correct ASCII extended char. Any body cam help out?
S.Jamman
modified on Thursday, February 14, 2008 5:14 AM
Thanks buddy , I got the solution.
S.Akmal
Hi,When I use in sockets "return System.Text.Encoding.ASCII.GetString(buffReceiveData);" It returns a-z,A-Z and 0-9 and some special characters also, But the German characters such as Ä are lost Can any one help me to sort out this issue.
Jamman
Dear. Please send solution in C#. I am using ASP.NET,C#
S.Akmal
Send me the Exception text on socket.close().
S.Akmal
dear Sid. did u try the socket.connected property. It returns a boolean value either u r connected or disconnected.
Mr.Syed
Dear Sid, I am using this piece of code in thread.It tells me when client is connected and send data to me. Socket listener = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp); IPEndPoint endpoint = new IPEndPoint(IPAddress.Any, 8001); listener.Bind(endpoint); listener.Blocking = true; listener.Listen(0); Socket objSock = listener.Accept(); objSock.Receive(ReceiveData); objSock.Shutdown(SocketShutdown.Both); listener.Close();
S.Akmal