Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

Jamman

@Jamman
About
Posts
10
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • schedule Email sending in ASP
    J Jamman

    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

    Visual Basic help

  • Automatic email sending function
    J Jamman

    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

    Database sql-server sysadmin

  • ASCII code problem [modified]
    J Jamman

    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

    C# help csharp data-structures question

  • ASCII code problem [modified]
    J Jamman

    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

    C# help csharp data-structures question

  • How to get German charators
    J Jamman

    Thanks buddy , I got the solution.

    S.Akmal

    C# help tutorial

  • How to get German charators
    J Jamman

    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

    C# help tutorial

  • Send newsletter
    J Jamman

    Dear. Please send solution in C#. I am using ASP.NET,C#

    S.Akmal

    C# question

  • How to close a socket which is already open
    J Jamman

    Send me the Exception text on socket.close().

    S.Akmal

    C# tutorial

  • How to close a socket which is already open
    J Jamman

    dear Sid. did u try the socket.connected property. It returns a boolean value either u r connected or disconnected.

    Mr.Syed

    C# tutorial

  • How to close a socket which is already open
    J Jamman

    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

    C# tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups