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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
X

xaphod

@xaphod
About
Posts
17
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Is this a bug, or what?
    X xaphod

    Not in conjunction with webservices. Just usuall plain asp.net development.

    Web Development visual-studio csharp wcf tools help

  • HyperLink behavior from ImageButton
    X xaphod

    Solved it with a nested image control in a LinkButton.

    ASP.NET question

  • HyperLink behavior from ImageButton
    X xaphod

    Is it possible to mimic or use a HyperLinks Event? I want to do some validation OnClick with a imagebutton, but then I want to redirect the user to another page with target='_blank'. Any suggestions?

    ASP.NET question

  • Is this a bug, or what?
    X xaphod

    Don't know. But the errmess looks a lot like one I frequently got lately. Have you tried to Rebuild Solution, closing VS, reboot your pc? The first usually fixes my problems. A long shot, but anyway...

    Web Development visual-studio csharp wcf tools help

  • top.location.href from an Iframe
    X xaphod

    Actually I got to apologize. I guess I got a little too tired, and didnt get the code in the right eventhandler at first. So top.location.href do work! Thanks anyway Guffa - I'll try your idea also.

    Web Development help question

  • top.location.href from an Iframe
    X xaphod

    Hi, I'm pretty desperate. I have a page (default.aspx) with an iframe. In the iframe i have two frames. In one of the frames I have a LinkButton that should redirect the top page (default.aspx) I've tried RegisterStartupScript with lots of different Javascripts like: top.location.href='new.aspx' but all is loaded in the iframe... Is this doable? Please, please help!

    Web Development help question

  • Distinct in join - please help
    X xaphod

    Thanks Michael! You really made my day! Your solution works excellent!:-D Have a nice day!

    Database database sql-server sysadmin help question

  • Distinct in join - please help
    X xaphod

    Hi, Whenever a user modifies a customers data I create a log with only the id’s(int) and the datemodified(datetime). Then I want to view the 10 latest customers that the user modified, sorted by datemodyfied and with unique customernames. So I want to select Customers.customerid and Customers.customername sorted by entries in table CustomerLogs, sorted by CustomerLogs.datemodified. No doubles of customername allowed. I’ve tried some different joins but nothing works exactly as I want. In a WHERE clause I have author_userid=2 AND owner_companyid=1 Can somebody give some advice, please? I use SQL Server 2000 TABLE Customers Customerid | customername TABLE CustomerLogs customerlogid | customerid | author_userid | datemodified | owner_companyid

    Database database sql-server sysadmin help question

  • RSS in dot net
    X xaphod

    Check out http://www.w3schools.com/rss/default.asp

    Web Development question

  • 9hrs 14mins ago
    X xaphod

    Hi, I like this cool timecount feature in this board. Any hints how it is coded?

    Web Development question

  • Search functionality
    X xaphod

    Try this SQL: SELECT productName FROM tProducts WHERE prodName LIKE 'fish%' Returns: productName -------- fishy coke fishfinder fish fishermans friend Change searchcritera 'fish' to your variable. GL /x

    Web Development question csharp database algorithms tutorial

  • getElementByID with array not finding string
    X xaphod

    You're right! Thanks for sharing! Best regards /xaphod

    Web Development html data-structures help question announcement

  • getElementByID with array not finding string
    X xaphod

    Hi Guffa, Im getting this XmlHttpResonse "foo|This is foo". That was my intention anyway. Turns out I'm getting a lot of other stuff to so that was my problem, array(0).length was 250 not 3 (foo). Btw, seems like there is no difference in those two coding techniques for indexOf, they both work, but yours is more good looking! Thanks! /x

    Web Development html data-structures help question announcement

  • getElementByID with array not finding string
    X xaphod

    Hi, The array(0) is foo when I type it out trough DOM so why cant this work? Ive tried a lot, please help! [code] function handleResponse() { if(http.readyState == 4){ var response = http.responseText; var update = new Array(); if(response.indexOf('|' != -1)) { update = response.split('|'); document.getElementById(update[0]).innerHTML = update[1]; //not working! //document.getElementById('foo').innerHTML = update[1];//works! } } } [/code]

    Web Development html data-structures help question announcement

  • copy and paste
    X xaphod

    Hi! Is it possible to do this: when clicking a button, info is selected and copied to computers "cache" (don't know exact name) ready for pasting in other application like Word or Outlook?

    ASP.NET question

  • view ASP website from CD
    X xaphod

    I would like to save my website on a CD for easy viewing for people not connected to the Internet. Is it possible in some way to view a ASP website from a CD? Best regards!!

    Web Development question

  • childnodes.length
    X xaphod

    Hi I'm trying to generate an xml browseroutput using classic ASP, VBScript and Set objXML=server.CreateObject("MSXML.DOMDocument") I've addes some elements. But In an allready created element, how do I get the childnodes.length? It should be something like num=objXML.firstChild.childnodes.length??? but I don't know the correct syntax. Can somebody please help? /xaphod

    XML / XSL question sysadmin xml 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