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
S

sandesh khare

@sandesh khare
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • windows mobile 5.0
    S sandesh khare

    Hi, I want to implement GPRS and Wifi Connectivity in my mobile application. User can set which connectivity he wants . so how i am able to done this by c# code. I am using compact framework 2.0. sandesh khare :(

    sandesh

    Mobile csharp

  • NullReferenceException
    S sandesh khare

    hi Mike.. I don't think that is the problem.. When I am in debug mode no problem occurs...when i am running with F5 then a message box appears with 'NullReferenceException'...So I am unable to get the exact line number of problem. sandesh khare :((

    sandesh

    Mobile help

  • NullReferenceException
    S sandesh khare

    Hi all, I am working in a mobile device application. Things are going well.. but suddenly a NullReferenceException is occurring at various event handlers.. Is there any body who can solve the problem... sandesh khare.. :((

    sandesh

    Mobile help

  • radiobuttonlist and asp.net2.0
    S sandesh khare

    hi, Try this... its working function mytest() { var rdolist = document.getElementsByName("RadioButtonList1"); if (rdolist[1].checked) alert("1"); if (rdolist[2].checked) alert("2"); if (rdolist[3].checked) alert("3"); return true; } protected void Page_Load(object sender, EventArgs e) { RadioButtonList1.Attributes.Add("onclick", "javascript: return mytest();"); }

    sandesh

    ASP.NET csharp asp-net sysadmin

  • Update Panel and Registerstartupscript Bug...........
    S sandesh khare

    Hi every one I am facing a problem in my current project. The problem is I am unable to use RegisterStartupscript with the Update panel. The script does not run and I am unable to see it in the view source . These are the codes which i have tried. ScriptManager.RegisterStartupScript(this, this.GetType(), "Success", builder.ToString(), false); up->updatepanel ScriptManager.RegisterStartupScript(up1, up1.GetType(), "hello", "alert('Hello!')", true); ClientScript.RegisterStartupScript(this.GetType(), argScriptId, builder.ToString(),true); These all I have tried but nothing seems to be working. however If i remove the updatepanel then I am able to see the script in view source. and the code is running fine. Please send me the solution if any one have. Sandesh Khare :(( Software Enginner ISTS Infotech Solutions

    ASP.NET help tools announcement
  • Login

  • Don't have an account? Register

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