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

Steven A Lowe

@Steven A Lowe
About
Posts
34
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • A horror in release code
    S Steven A Lowe

    even worse, it's a poor man's floppy dongle!

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    The Weird and The Wonderful csharp help announcement

  • What are the minimum requirements for an application monitoring system?
    S Steven A Lowe

    What, at a minimum, should an application-monitoring system do for you (the developer) and/or your boss (the IT Manager)? I am specifically interested in .NET application monitoring [for clearly self-serving reasons!]

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    IT & Infrastructure csharp com business question

  • App_Code problem
    S Steven A Lowe

    i'm not positive about this, but it would appear that the IDE doesn't compile your web application, the asp.net compiler does; and it likes to compile everything in the web directory, whether it is part of your project or not

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    .NET (Core and Framework) help csharp asp-net sysadmin question

  • Is this crisis almost the end of the US?
    S Steven A Lowe

    only if we let politicians try to 'fix' it

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    The Back Room tutorial question lounge

  • What is the term for this area of research...
    S Steven A Lowe

    pattern matching google regex

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    The Lounge question com regex

  • VB code equivalent in c#.net...
    S Steven A Lowe

    Steve Echols already answered your specific question, but you might find http://labs.developerfusion.co.uk/convert/vb-to-csharp.aspx a useful resource in future.

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    Windows Forms csharp question graphics help

  • General Information for a beginner
    S Steven A Lowe

    just guessing at what you need, but you can embed <%= expr %> tags in the .aspx page, where expr is any public method or expression for example <%=CustomerName%> would be replaced with the value returned by a public property CustomerName there are other variations on this technique as well; is that what you were looking for?

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    ASP.NET csharp asp-net lounge learning

  • Exception Handling in Desktop Application
    S Steven A Lowe

    My [self-serving] opinion is: just tell the users that a problem occurred but that tech support (or whoever) has already been notified. Then when you get the notification, call the user. there is no point in telling the user that "someclass encountered a null blah blah exception in method whatever(arg,arg,arg,arg) at line 42075 of module someclass.cs": in general they have no context to understand what it means, they cannot do anything about it, and frankly it scares quite a few of them. telling them instead "oops, my bad" and then following up in a timely fashion [i.e. before they forget what they were doing] is far better - it makes you look like you're on top of things, and it gives the user a warm fuzzy about the application and your commitment to supporting it again, this is just my [self-serving] opinion. ;)

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    Design and Architecture design com question

  • simple Source code managment software (free?)
    S Steven A Lowe

    SourceVault is free for single-user

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    Design and Architecture database sysadmin linux help question

  • Buzzword Matrix
    S Steven A Lowe

    excellent matrix - should have taken the blue pill! this reminds me of an incident at a large unnamed insurance company some years ago - the small healthcare company was bought out by a huge healthcare company [and by healthcare i mean "insurance"] and the chariman and ceo scheduled a live town-hall video conference for all employees. attandance was mandatory all questions submitted in writing in advance as a contractor, obviously i didn't give a rip about whatever hogwash was going to be slopped about, but i had to attend like a good little lemming much to my surprise, a co-worker gave us all Bingo cards covered in random market-speak words [similar to your buzzword matrix, but with meaningless marketing buzzwords instead of technodrivel] we paid close attention to what the chairman said, and we all had our Bingo cards filled within the first three minutes of the opening remarks! The chairman droned on in that manner for fifteen or twenty minutes (i think i fell asleep for part of it so i'm not sure) and in the end said "well now i only have time for 2 questions" which of course were carefully-selected softballs the hardest part of that meeting was (a) not laughing and (b) not shouting "Bingo!"

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    Buzzword Bingo mobile hardware lounge

  • Cant believe this one hasnt come up yet...thinking outside the....
    S Steven A Lowe

    "there is no box" -- the Matrix "this is not the box you are looking for" -- Star Wars

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    Buzzword Bingo

  • Made a functional program - just not for friends
    S Steven A Lowe

    either new TcpClient is failing or new ChatRoom(connection, boxName.Text) is failing try this:

    try
    {
    TcpClient connection = new TcpClient();
    ChatRoom chat = new ChatRoom(connection,boxName.Text);
    chat.Show();
    this.Close();
    }
    catch(Exception ex)
    {
    MessageBox.Show(ex.ToString());
    }

    and see what it says on your friends' machines

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    C# csharp help dotnet wpf wcf

  • how can i get the last word from the string
    S Steven A Lowe

    string txt = "some sample text"; string lastWord = txt.Substring(txt.LastIndexOf(" ")+1); caveat: off the top of my head, not thoroughly unit-tested :-D

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    C# question tutorial

  • Whitepapers & Research text
    S Steven A Lowe

    http://citeseer.ist.psu.edu/ http://citeseerx.ist.psu.edu/

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    The Lounge learning com security tools

  • I'm not old enough crap!
    S Steven A Lowe

    Congratulations! Xavier is a fine name, nothing wrong with that. [then again, my son's name is Loki!]

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    The Lounge question

  • LHC Worries...
    S Steven A Lowe

    expect a Low Hit Count when did you Last Have Coffee? did you know that Lemmings Hate Cliffs? the ground above CERN would be a Lousy Home Choice this is the Least Hilarious Construction i should Leave Here Completely and get some sleep

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    The Lounge ios com graphics question

  • creating dynamic pages in asp.net c#
    S Steven A Lowe

    I think what you're after is called "URL Rewriting" click for google search

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    ASP.NET csharp asp-net com tutorial

  • Title problem
    S Steven A Lowe

    I think Pete's right, just remove the CDATA wrapper, it is not necessary. I have this sort of thing all over my website: <%@ Page Language="C#" MasterPageFile="~/MasterPageSoftware.master" AutoEventWireup="true" CodeFile="calm.aspx.cs" Inherits="calm" Title="nov8r.com - CALM - Peace of Mind for .NET Applications" %> and the titles appear correctly - see http://www.nov8r.com/calm.aspx[^]

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    ASP.NET help question

  • Beginners guidance
    S Steven A Lowe

    learn the lifecycle of a page object, i.e. what events fire in what order, and what each event is intended to do once you understand how that works, the rest is easy :cool:

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    ASP.NET csharp asp-net help

  • Capturing Download Dialog box events using javascript
    S Steven A Lowe

    my understanding of this process is that it uses a dialog internal to the browser running in its own thread, so there is no way to hook into it using javascript - or anything else served up from the web site. please let me know if you discover differently!

    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

    ASP.NET question javascript 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