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
M

mreynol5

@mreynol5
About
Posts
10
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VS 2008
    M mreynol5

    I never thought to try the "Virgin" solution. I am fairly certain that the problem is within my environment. I wasn't complaining though because all-in-all I do like the MS tool set. I am still on XP Pro. What are your thoughts about upgrading to Vista?

    The Lounge csharp visual-studio linq

  • VS 2008
    M mreynol5

    It is actually sitting there doing nothing special. I close all of my projects and sometimes just forget to close VS 2008. It really is not a big deal and I have never lost any data. The problem may very well be elsewhere. I appreciate all of the input though.

    The Lounge csharp visual-studio linq

  • VS 2008
    M mreynol5

    I haven't added any third party plug ins.

    The Lounge csharp visual-studio linq

  • Your place for 20,007 free Visual Studio and .NET articles... [modified]
    M mreynol5

    I agree 100%. This site is great and I generally check here first. Please keep up the great work gentlemen and ladies.

    The Lounge csharp visual-studio com algorithms question

  • Deploying a web service
    M mreynol5

    This is my first web service deployment and something has me confused. Actually a lot of things have me confused but that is another discussion): I am attempting to return a Linq XDocument from the call but apparently XDocuments are not serializable. I found a small C# class which serializes the document but now my questiions are: 1. What type is returned after serialization? 2. How do I put it back into XML form 3. Why would an XDocument not be serializable (Rhetorical question)? Michael

    Web Development question csharp linq sysadmin xml

  • VS 2008
    M mreynol5

    Simple. I know that it will shut itself down. (I work for myself and no one else is here)

    The Lounge csharp visual-studio linq

  • VS 2008
    M mreynol5

    I like the new tag line :laugh:

    The Lounge csharp visual-studio linq

  • Is there not some law against these things?
    M mreynol5

    I live in Florida and we have gators in the back yard. Snakes too. I guess that I don't see the problem ;)

    The Lounge html com question announcement

  • VS 2008
    M mreynol5

    My VS 2008 crashes every day. It is actually not a big deal because it has the decency to do so in the middle of the night (I leave my system on). I have learned to save everything often. All in all though I do like the product and I really like Linq.

    The Lounge csharp visual-studio linq

  • Return a row count
    M mreynol5

    I am trying to return Count(*), cast to a String and assign the value to Label1.Text. I am a bit stuck on the C# syntax because I am new to C#. This is what my research has produced thus far: protected void Button1_Click(object sender, EventArgs e) { using (SqlConnection conn = new SqlConnection(ConnString)) { //String newTagName = txtParm.Text; int DOWcount = 0; SqlCommand cmd = new SqlCommand("SELECT count(*)FROM RealTime WHERE DATEPART (d,CallStartTime) = DATEPART(d,getdate())", conn); cmd.Parameters.Count; conn.Open(); DOWcount = cmd.ExecuteNonQuery(); Label1.Text = DOWCount.ToString(); I know that I am not using the "cmd" correctly. Can anyone of the experts out there steer me in the right direction?

    C# csharp help 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