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

SpartanSoft

@SpartanSoft
About
Posts
9
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to disable back button in ie browser 6.0
    S SpartanSoft

    If this is a public site and I accessed it I would be pissed and close immediately if you mess with the back button. If it is for a strict business rule that is 100% necessary that is fine otherwise you are going to turn off a lot of potential visitors.

    Christopher Pond Innovative Technology Solutions SpartanSoft.net.

    Web Development help tutorial

  • Problem in ASP Validation
    S SpartanSoft

    Check out the validator controls that come with ASP.Net. You associate one validator control per field and they do all the magic for you. If you do not use ASP.net, you can use JavaScript.

    Christopher Pond Innovative Technology Solutions SpartanSoft.net.

    Web Development help html database

  • How to protect ASP Coding from Client
    S SpartanSoft

    Can you put the crucial business logic in compliled dlls and have the asp pages call them? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvb600/html/404track.asp[^]

    Christopher Pond Innovative Technology Solutions SpartanSoft.net.

    Web Development tutorial

  • How did you learn to program?
    S SpartanSoft

    There are numerous ways to learn but I can let you know what worked best for me. I started going to Grad school for Masters in CS, I got about 1/2 way done and felt I had no real world experience for which I could change my occupation. I found defining a problem and then coding to solve the problem to be the easiest way to learn. Come up with an idea and just start coding it. You will come across numerous issues but everything has been done before so the solution should be available through Google. I found studying for certification also helps, gives you a goal to strive for. Read a book like Code Complete before you start, pick a language, read up on the syntax on the web to gain a high level understanding, create a project idea, and code away.. Just my 2 cents

    Christopher Pond Innovative Technology Solutions SpartanSoft.net.

    C# csharp c++ question learning

  • Update a DataRow in a DataTable;
    S SpartanSoft

    I agree 100% with the constants approach for column names, we do that all the time here and has paid of on numerous occasions. We also do it for the table names. It decouples you from Database especially for column name changes (just change constant literal) as well as makes the code much more readable.

    Christopher Pond Innovative Technology Solutions SpartanSoft.net.

    C# question announcement

  • Calling an executable from Internet Explorer as a script?
    S SpartanSoft

    Due to the limitation placed on scripting languages due to security I do not believe that would be possible unless you wrapped the IE Browser in your own code, created an ActiveX control, or processed on the server. Just my thoughts

    Christopher Pond Innovative Technology Solutions SpartanSoft.net.

    C# question help csharp com windows-admin

  • how to programmatically delete cookies
    S SpartanSoft

    Just Curious does that work for all browsers or only IE? That would be sweet because I run 5 or 6 browsers and would love to be able to delete all the cookies at once. Like to clear all the caches as well...

    Christopher Pond Innovative Technology Solutions SpartanSoft.net.

    C# help tutorial question

  • Tags / Attributes ?
    S SpartanSoft

    http://www.ondotnet.com/pub/a/dotnet/excerpt/prog_csharp_ch18/index.html?page=1[^] Reflection is key to understanding attributes.

    Christopher Pond Innovative Technology Solutions SpartanSoft.net.

    Visual Basic question asp-net com

  • Are arrays of objects possible ?
    S SpartanSoft

    Are the objects in the area always going to be Plateobj? If so you should consider using Generics. Kinds Pseudo Code... in C#, List LobjList = new List(); LobjList.Add(new Plateobj()); LobjList[0].order = "One;

    Christopher Pond Innovative Technology Solutions SpartanSoft.net.

    Visual Basic data-structures 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