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
K

kanebarton

@kanebarton
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • accesing a cookie from two different web applications
    K kanebarton

    So you are trying to use the same cookie on the same server that has 2 different virtual directories setup? If so then you can do the quick and dirty and post all cookie values (from Virutal Directory 1) in a form (Html Hidden input) to the a seperate CookieMigration page (in Virutal Directory 2). The CookieMigration page would simply loop through all of the form values and then place them into a new cookie.

    ASP.NET question

  • Please Wait Screen - ASP.Net Validators
    K kanebarton

    Would moving the onMouseUp event from the save button to a form onSubmit event help? <form id="Form1" method="post" runat="server" onsubmit="return Page_ClientValidate(); showwaitscreen(true);"> Kane

    ASP.NET csharp javascript asp-net sysadmin 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