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
D

Dan Satria

@Dan Satria
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 2 Version running on same Web server
    D Dan Satria

    Not a problem on my development and deployment machines. Just need to remember to set the correct ASP.NET version. Dan Satria Principal Consultant Graha Logica, Inc.

    ASP.NET csharp asp-net sysadmin windows-admin help

  • call back in asp .net 1.1
    D Dan Satria

    The samples and discussions on client callback ignores one big issue for me. They all POST to the same page; therefore, there is no speed benefit since all Request, Page, and UserControls/CompositeControls initializations are being called. I scrapped my ClientCallBack and use XMLHttpRequest instead and redirect the request to a Generic Handler page. I still need to bypass Request event handler by checking if the request is intended for the the ashx page. Dan Satria Principal Consultant Graha Logica, Inc.

    ASP.NET csharp asp-net com

  • How to access value from custom Web control
    D Dan Satria

    OnInit() { ... this.textbox1.Text = Request.Form[textbox1.UniqueID].ToString(); ... } or bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) { bool dataChanged = false; if (postDataKey == this.UniqueID) { textbox1.Text = postCollection[textbox1.UniqueID]; Dan Satria Principal Consultant Graha Logica, Inc.

    ASP.NET help tutorial
  • Login

  • Don't have an account? Register

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