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
A

AndyG

@AndyG
About
Posts
67
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SQL Debugging
    A AndyG

    Starting the Debugger[^] Andy Gaskell, MCSD MCDBA

    Database database question sharepoint com debugging

  • Is there a Slashdot that's not so anti-MS?
    A AndyG

    I like Active Windows and another that I don't read as much is WinInfo Andy Gaskell, MCSD MCDBA

    The Lounge linux question

  • Randomly selecting a row from a database
    A AndyG

    Here are some articles about "Randomness" in SQL, however this article looks the closest to what you're trying to achieve. Andy Gaskell, MCSD MCDBA

    Database database question lounge

  • Substring searching in SQL
    A AndyG

    You might want to try setting up Full Text Search. Other than that, if you're searching for "John Doe", wouldn't you want the like to look like this: LIKE '%John Doe%' Andy Gaskell, MCSD MCDBA

    Database database algorithms performance tutorial

  • Default Value?
    A AndyG

    I think you'd have to do this private void foo(int x, int y) { . . } private void foo(int x) { foo(x, 10); } Andy Gaskell, MCSD MCDBA

    C# csharp c++ question

  • Menu and separator
    A AndyG

    neatSeparatorMenuItem.Text = "-"; Andy Gaskell, MCSD MCDBA

    C# c++ tutorial

  • static variable
    A AndyG

    I don't really care either way, but the with statement is addressed here. Andy Gaskell, MCSD MCDBA

    C# c++ csharp tutorial question

  • Trim() doesn't work!!
    A AndyG

    I think what you're looking for is Replace. String str = this.textBox1.Text; String newStr = str.Replace(" ", ""); MessageBox.Show(newStr); Andy Gaskell, MCSD MCDBA

    C# csharp c++

  • WebBrowser in .NET Applications
    A AndyG

    Its been a known bug for 6 months now so who knows if it'll ever get fixed. Andy Gaskell, MCSD MCDBA

    C# csharp question com

  • Windows XP hates Visual Interdev 6.0 and SQL Server 2000?
    A AndyG

    Make sure you configured Front Page Server Extensions for IIS. And yes, you can install SQL Server on XP, but you'll have to use SQL Server Developer Edition. Andy Gaskell, MCSD MCDBA

    Web Development database sql-server sysadmin windows-admin help

  • Stop helping me, Microsoft !!!
    A AndyG

    First issue: Go to Tools->Options then click Text Editor, then click HTML/XML, then click HTML specific and uncheck the Close Tag check box. You might want to do the same for XML specific if you're editing config files. Second issue (not tested, but I have a hunch that it'll work): Go to Tools->Options then click Text Editor, then click HTML/XML, then click Format. Take a look at the Apply Automatic Formatting section. Andy Gaskell, MCSD MCDBA

    Visual Studio csharp c++ html visual-studio com

  • Running Page_Load Event
    A AndyG

    This might help. Andy Gaskell, MCSD MCDBA

    C# help database question

  • Running Page_Load Event
    A AndyG

    try this: if(!IsPostBack) { //Populate TextBoxes } Andy Gaskell, MCSD MCDBA

    C# help database question

  • Sensitive data in database tables
    A AndyG

    You might be interested in this book. Andy Gaskell, MCSD MCDBA

    Database c++ database question

  • VBSCRIPT !!!
    A AndyG

    I guess I'm not sure what your question is... Is Chr(34) what you're looking for? Andy Gaskell, MCSD MCDBA

    Web Development help

  • SQL Server IP
    A AndyG

    Its ugly (I'd go so far as to say "pug fugly"), and you'd have to parse the results... use master go exec xp_cmdshell 'ipconfig' Andy Gaskell, MCSD MCDBA

    Database database sql-server sysadmin question

  • Zip and Unzip
    A AndyG

    http://www.icsharpcode.net/OpenSource/NZipLib/default.asp Andy Gaskell, MCSD MCDBA

    C# csharp question

  • I joined Team CodeProject
    A AndyG

    If I remember correctly the process priority is set to low. Andy Gaskell, MCSD MCDBA

    The Lounge question database com collaboration announcement

  • "Default" attribute to button ?
    A AndyG

    The behavior you are looking for is the AcceptButton property of a Windows Form class. Example: this.AcceptButton = this.myButton; Andy Gaskell, MCSD MCDBA

    C# c++ question csharp

  • Writing Stored Procedures
    A AndyG

    I use Query Analyzer and like it a lot better than Enterprise Manager. Andy Gaskell, MCSD MCDBA

    Database database sql-server sysadmin tools 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