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
W

whatUrunning com

@whatUrunning com
About
Posts
61
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Best explanation of flowcharts I've seen
    W whatUrunning com

    Ya, I liked that one too, got another hour to go before Christmas drinkies.... very thirsty indeed ...

    www.whatUrunning.com www.whatUrunning.com blog

    The Lounge csharp php wpf com tools

  • SongBird
    W whatUrunning com

    I've been using it for the last few weeks and I really like it, if they keep the current momentun behind it I think it will become a very popular player.

    www.whatUrunning.com www.whatUrunning.com blog

    The Lounge com question

  • I am Offended
    W whatUrunning com

    Hopefully they won't all decide to redirect back again :doh:

    www.whatUrunning.com www.whatUrunning.com blog

    The Lounge com debugging question

  • Q would have loved one of these
    W whatUrunning com

    If the antenna was pointing at your head you might change your mind :^)

    www.whatUrunning.com www.whatUrunning.com blog

    The Lounge com question announcement

  • Q would have loved one of these
    W whatUrunning com

    The phone looks very retro although its still an impressive piece of kit: Mafia 'mobile phone gun' seized[^]

    www.whatUrunning.com www.whatUrunning.com blog

    The Lounge com question announcement

  • Where does app_offline.htm come from
    W whatUrunning com

    It is generated when you are Publishing a website, it is usually deleted after the Publish has completed.

    www.whatUrunning.com www.whatUrunning.com blog

    ASP.NET csharp asp-net visual-studio question

  • NASA hiding the true colors of Mars
    W whatUrunning com

    Oh the conspiracy, maybe NASA engineers are hoping to snap up the prime locations before the Mars property market takes off. ;P

    www.whatUrunning.com www.whatUrunning.com blog

    The Lounge com

  • FTI: Let me Google that for you...
    W whatUrunning com

    that is brillant, the simple ideas are always the best :)

    www.whatUrunning.com www.whatUrunning.com blog

    The Lounge com

  • asp.net tree view
    W whatUrunning com

    If you retrieve the data from the database using a DataReader you can populate a TreeView like this:

    while (dataReader.Read())
    {
    TreeNode _newNode = new TreeNode();
    _newNode.Text = "...";
    _newNode.ImageUrl = "...";
    _newNode.SelectAction = TreeNodeSelectAction.Expand;
    _newNode.Target = "...";
    _newNode.NavigateUrl = "...";
    _newNode.Expanded = false;

    myTreeMenu.Nodes.Add(\_newNode);
    

    }

    www.whatUrunning.com www.whatUrunning.com blog

    ASP.NET csharp asp-net data-structures xml tutorial

  • You Tube - The Matrix Runs on Windows
    W whatUrunning com

    Thats funny, and very well done

    www.whatUrunning.com www.whatUrunning.com blog

    The Lounge com question

  • HTOTD
    W whatUrunning com

    I wonder where all those brilliant costume designers are today

    www.whatUrunning.com www.whatUrunning.com blog

    The Lounge java html com question

  • reciprocal link system
    W whatUrunning com

    It sounds like you need a crawler[^] to gather the pages so that you can analyse the content and see what links they contain.

    www.whatUrunning.com www.whatUrunning.com blog

    ASP.NET

  • reciprocal link system
    W whatUrunning com

    simple, create 2 web sites website1 and website2, put a link on website1 to website2, then put a link on website2 to website1, job done, reciprocal link system :zzz:

    www.whatUrunning.com www.whatUrunning.com blog

    ASP.NET

  • reasons for slow loading page
    W whatUrunning com

    How are you formatting the rows?

    www.whatUrunning.com www.whatUrunning.com blog

    ASP.NET question

  • reasons for slow loading page
    W whatUrunning com

    eyeseetee wrote:

    One of the pages in my application is taking a lot longer then another page to load

    If you are getting the data from a database it could be a database problem. Try running the same query on the database to see how long it takes to run. If it is slow, the table indexes may not be setup correctly.

    eyeseetee wrote:

    apart from the last row in the page

    Do you mean last data row or footer row?

    www.whatUrunning.com www.whatUrunning.com blog

    ASP.NET question

  • Draggable Sorting in HTML Select
    W whatUrunning com

    I haven't tried it but it may be possible with Rico[^].

    www.whatUrunning.com www.whatUrunning.com blog

    ASP.NET html algorithms

  • dynamically adding rows in gridview
    W whatUrunning com

    It depends on what you mean by dynamic. If you want to dynamically add rows on the server side and you are binding to a DataTable/Collection you can add rows to the DataTable/Collection and then re bind the GridView.

    www.whatUrunning.com www.whatUrunning.com blog

    ASP.NET question

  • The end of an era - Windows 3.x
    W whatUrunning com

    Its hard to believe that it is still widely used but its the end for Windows 3.x[^]. Anyone have any fond memories?

    www.whatUrunning.com www.whatUrunning.com blog

    The Lounge com question announcement

  • Linux will ship on more PCs next year than Microsoft Windows
    W whatUrunning com

    There are several light linux distributions suited to older hardware which you could try. Checkout TinyMe[^]

    www.whatUrunning.com www.whatUrunning.com blog

    The Lounge com linux question announcement

  • Linux will ship on more PCs next year than Microsoft Windows
    W whatUrunning com

    here we go[^]

    www.whatUrunning.com www.whatUrunning.com blog

    The Lounge com linux question announcement
  • Login

  • Don't have an account? Register

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