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
F

FatihTheScorpio

@FatihTheScorpio
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • MDI Forms And Control Box
    F FatihTheScorpio

    Hi all. I'm using MDI Forms in my project. Control boxes of child forms are false. But when i make the window states of child forms Maximized, althoug they are false, control boxes of child forms are shown on the MainMenu. I don't wan't them to be shown. What can I do? Thanks all...

    C# question

  • return Xml?
    F FatihTheScorpio

    HttpWebRequest req = (HttpWebRequest)WebRequest.Create(address); req.ContentType ="application/x-www-form-urlencoded"; req.Method= "POST"; Stream stream = req.GetRequestStream(); ASCIIEncoding encoding=new ASCIIEncoding(); byte[] byte1=encoding.GetBytes(message); stream.Write(byte1,0,byte1.Length); stream.Close(); WebResponse resp = req.GetResponse(); Stream respStream = resp.GetResponseStream(); StreamReader rdr = new StreamReader( respStream,System.Text.Encoding.ASCII ); string strResponse = rdr.ReadToEnd(); message is your XML structured string and strResponse is XML structured Response

    ASP.NET xml help question

  • Error Messege
    F FatihTheScorpio

    the HTML form tag must be

    ASP.NET design sysadmin data-structures debugging help
  • Login

  • Don't have an account? Register

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