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
S

Sebastien Lachance

@Sebastien Lachance
About
Posts
148
Topics
23
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Is this a possibiliy?
    S Sebastien Lachance

    I'm wondering if this is possible with LinqToSQL. I have a table, named Request Request have those 3 columns : ID, MessageID and State Example of data in the table : 1, 1, Completed 2, 1, Ready 3, 2, Completed 4, 2, Completed Let's say I want all request with the same message ID which have both their state set to completed. X| In this example I need : 3,2,Completed 4,2,Completed But not the first two because one of them does not have all their state set to completed. Is this possible with only LinqToSql (no stored proc)? :confused:

    My Blog

    LINQ com tutorial question

  • Alternative to Selenium
    S Sebastien Lachance

    I am in a search for a non open source alternative to Selenium (openqa.org). Selenium is a Web Automation tool to test a web application. So far, I have only found iMacros but I still need something else to test with Opera and Safari. Any ideas?

    My Blog

    Web Development com testing tools question

  • Code style question - disparate then/else sizes
    S Sebastien Lachance

    I would myself put the short code block before, but it depend on the condition. I try to avoid negative (if (!true))condition in the if clause. :doh:

    My Blog

    The Lounge question linux

  • Data Grid View Column Headers
    S Sebastien Lachance

    You're welcome :-D

    My Blog[^]

    C# help css

  • convertion from pdf file into jpeg
    S Sebastien Lachance

    Tell us first what you did to find a solution to this problem. (hint : Google)

    My Blog[^]

    C#

  • Data Grid View Column Headers
    S Sebastien Lachance

    this.dataGridView1.Columns returns a collection of GridViewColumn, not DataColumn. In this case, the column returned is a specialized version of GridViewColumn which contains a textbox. foreach (GridViewColumn in this.dataGridView1.Columns) { this.listBox1.Items.Add(column.HeaderText); }

    My Blog[^]

    C# help css

  • C# forum failing over in FF
    S Sebastien Lachance

    Me too

    My Blog

    The Lounge csharp php visual-studio com regex

  • Wdevs
    S Sebastien Lachance

    Anyone noticed that Wdevs[^] has been down for a long time now? :confused:

    My Blog

    The Lounge com question

  • Development Laptops
    S Sebastien Lachance

    Dell Inspiron E1505/E1705 (8400/9400 for canadian)

    My Blog

    The Lounge asp-net question

  • Would you like to work in a rural community?
    S Sebastien Lachance

    One more week until I do the same thing :) Moving from a big city to work in a small village. I can only find advantages for me in doing that.

    My Blog

    The Lounge question css business

  • Snow
    S Sebastien Lachance

    Never ever get all-weather tires for driving in snow.

    My Blog

    The Lounge help question

  • It's hot here!
    S Sebastien Lachance

    -25 and moving to a new apartment in 3-4 hours. http://www.meteomedia.com/meteo/villes/can/pages/CAQC0441.htm

    My Blog

    The Lounge question learning

  • What are the chances? [modified]
    S Sebastien Lachance

    Same city, same language, same name :)

    My Blog

    The Lounge com question

  • Ladies and gentlemen. I present to you... Frankenduck
    S Sebastien Lachance

    Now that you tell it... yes it really is strange.

    My Blog

    The Lounge announcement

  • download an exe file.
    S Sebastien Lachance

    WebClient Client = new WebClient (); Client.DownloadFile("http:\\blabla.com\file.exe", "file.exe"); To run it, use the ProcessStart class : http://www.csharp-station.com/HowTo/ProcessStart.aspx

    My Blog

    ASP.NET csharp asp-net

  • Global Warming?!?!
    S Sebastien Lachance

    Right now, yes. :laugh:

    My Blog

    The Lounge question

  • Global Warming?!?!
    S Sebastien Lachance

    -40C this morning now -32C.

    My Blog

    The Lounge question

  • How to Clear GridView
    S Sebastien Lachance

    GridView.DataSource = null; GridView.DataBind(); There may also be other ways.

    My Blog

    modified on Tuesday, February 2, 2010 7:03 AM

    ASP.NET help tutorial

  • RAC ? [modified]
    S Sebastien Lachance

    eheh, wait and see. ;P

    My Blog

    The Lounge com help question

  • HTTP analyzer
    S Sebastien Lachance

    Web Development Helper http://projects.nikhilk.net/default.aspx[^]

    My Blog

    The Lounge sysadmin question
  • Login

  • Don't have an account? Register

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