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
W

webtips

@webtips
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • setAttribute property in javascript
    W webtips

    have you tried this var ele = document.getElementById('abc'); ele.onclick = showalert; function showalert() { alert('a'); } -------------------- Check my other javascript posts

    Regards, Webtips - Web Development tips

    ASP.NET javascript question

  • Navigating to a page without passing HttpRequest.UrlReferrer
    W webtips

    I think you cannot do it in server. Whether Main and Detail page url has any pattern. If it has then use it to check whether its detail or mail page and work with that. Else, i think HttpRequest.UrlReferrer cannot be set null from Server. Also have you tried using Response.Headers referrer property to null Check My other Asp.net Posts

    Regards, Webtips - Web Development tips

    ASP.NET javascript sysadmin question

  • Calling Webservice throught Javascript
    W webtips

    Check this link http://www.webtips.co.in/javascript/javascript-client-code-to-call-webservice.aspx[^]

    Regards, Webtips - Web Development tips

    ASP.NET help csharp javascript asp-net question

  • Removing the parent node in an xml document
    W webtips

    System.Xml.XmlDocument xDoc = new System.Xml.XmlDocument(); xDoc.Load("<<give xml path here>>"); System.Xml.XmlElement xEle = (System.Xml.XmlElement)xDoc.DocumentElement.SelectSingleNode("//Book[ID = 'B']"); if (xEle != null) { xEle.ParentNode.RemoveChild(xEle); } I have not tested this should work Check My other C# Posts

    Regards, Webtips - Web Development tips

    modified on Friday, May 9, 2008 10:24 AM

    C# question xml learning
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups