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
B

brahmareddy81

@brahmareddy81
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Client side script for treeview
    B brahmareddy81

    I am looking for a few references on how to implement some basic client scripting for the treeview. All I really need to do is set the checked state of all client nodes to be the same as that of the highest parent clicked. There is the server side function which won't execute until postback. I would really like this to be on the client side. Thanks for any info.

    ASP.NET sysadmin tools tutorial

  • Full form of .NET
    B brahmareddy81

    Hi, uma great question , before that i would like to ask you one more question, why is your name uma, I think u know the answer for this, then obvioulsy u k ow the answer for "why did they name it is .net?"

    ASP.NET csharp question

  • Session problem
    B brahmareddy81

    Before response.end() i had a session variable Session["ClientID"]=241 after Response.end() the page is refreshed then the session value ecomes null Session["ClientID"]=""; my code page_load() { Session["ClientID"]=241 } Button_Click() { //code here for download a file Response.End(); } Button2_Click() { Response.write((int)Session["ClientID"]); //here i am getting problem session becomes null here. }

    ASP.NET help

  • Response.end()
    B brahmareddy81

    Thanks for your replay, Before response.end() i had a session variable Session["ClientID"]=241 after Response.end() the page is refreshed then the session value ecomes null Session["ClientID"]=""; my code page_load() { Session["ClientID"]=241 } Button_Click() { //code here for download a file Response.End(); } Button2_Click() { Response.write((int)Session["ClientID"]); //here i am getting problem session becomes null here. }

    ASP.NET help

  • Response.end()
    B brahmareddy81

    My session variable become null after response.end().please help me

    ASP.NET 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