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
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
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
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
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
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