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
L

Landarzar

@Landarzar
About
Posts
10
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C# vs. C++ performance [modified] (Contest)
    L Landarzar

    can you please post the source of you Sieve.cs and sieve.cpp...

    The Lounge csharp c++ html css

  • dictionary
    L Landarzar

    In C#: If you want to create some sub dirs: string basedir = "C:\\MyDir\\"; string[] newsubdirs = new string[] { sub1, sub2, mynewsub }; System.IO.DirectoryInfo dirInfo = new System.IO.DirectoryInfo(basedir); for(int i = 0; i < newsubdirs.Length;i++) { dirInfo.CreateSubdirectory(".\\" + newsubdirs[i]); } -- modified at 12:55 Thursday 27th July, 2006

    Web Development question

  • ASP ? Ajax ? :confused:
    L Landarzar

    Heyho, i am for my self not the Webdevelopment expert, but if you want to learn Asp.net it was good learning a Microsoft .Net language, like C# or VB.Net. You should download the Expressversion from the Visual Studio (look here for it http://asp.net/downloads/essential.aspx?tabid=62 ). On ASP.Net are also some tutorials, but you should also google a littel bit. Iam not sure about Ayax, i think it is only a Javascript think... You Sending HTML requests per javascript back to the server, sure you need server software who can allow to hande it. If you want only Ajax you can also do it with PHP, look here : http://developer.mozilla.org/de/docs/AJAX:Getting\_Started For a general overwiev: http://en.wikipedia.org/wiki/Ajax\_(programming)

    Web Development php question

  • Statical Data in ASP.Net
    L Landarzar

    Is there a way to create statical data, that is every time for alle sessions accesable? I tryed to create a static class, and i add an static field from type DataSet. Access form the pages works well und adding new rows also, but after an page reload (press an button or somethink) the dataset is empty. Is there a way to make code that is for all sessions every time accessable? or i have to do it per remoting?

    ASP.NET csharp asp-net question

  • How logo can you go??? Round II...
    L Landarzar

    Nr 6...

    The Lounge html com graphics design beta-testing

  • Api hooking
    L Landarzar

    yes

    C# csharp json question

  • client server problem
    L Landarzar

    You shuld implement somethink like a check, maybe every 3sec a ping or somethink.

    C# sysadmin help tutorial

  • BETA 2
    L Landarzar

    http://lab.msdn.microsoft.com/vs2005/get/order/default.aspx <-- its Beta1 with sourcesave, you pay only shipping!

    The Lounge beta-testing question

  • BETA 2
    L Landarzar

    They sayed that beta2 will be public available( i think with the same way of beta1, u have to buy DvD { 5€ ) )

    The Lounge beta-testing question

  • Media Player 10
    L Landarzar

    For me the same. But why using WMP? take a look on Winamp or on opensource players at sourceforge.

    The Lounge design
  • Login

  • Don't have an account? Register

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