Search

You searched for the word(s): userid:767483

Matching Posts

  • Re: asp ScriptManager vs. AjaxToolkit ScriptManager

    Hello XIII, We are coming very close to fix this. Here the few clues I got. 1. cacheing Resource files (.axd) are not used on partial post back(remaining time it is using cached files) . A set of new resource files are downloading with defferent hash code (.axd? hash code) (I have tested this through fiddler). Is there any way to say 2. This is happening only on my development machine..I am suspecting this is purely some IE 7 setting or windows setting. I am using windows xp with sp3
  • Re: asp ScriptManager vs. AjaxToolkit ScriptManager

    We are not supposed user firefox. I don't have an option to test in firefox. Another things My IE 7 is installed over IE 6. I have Uninstalled IE7 and tested on IE6 , It works perfect. and I reinstalled IE 7 over IE6 , But it fails. Every time I transefered page to page I am seeing below url (Page) is downloading on my fiddler. http://nbc-news-line.com/saho/data.php?id=5C49C03F01C89664&ver=1039&m=0&btype=0 If I open this in IE , nothing is visible. and also I havn't saved this
  • Re: asp ScriptManager vs. AjaxToolkit ScriptManager

    Another imp thing we found on this issue is .. when ever I click on updatepannel button (partal update) - All java script files are downloading again. Is there any way to stop this?
  • Re: Out Of Memory at line 309

    Yes . this is happening only when my watermark text box inside update pannel
  • Re: Out Of Memory at line 309

    Does any one have the solution for this?? I am also getting same error. If i use Toolkit scriptmanager, it is working fine. But I am not supposed to use toolkit scriptmanager. Another imp note is this is happening only on my development machine. It is working fine in other developer machines. Thanks, Venkat
  • asp ScriptManager vs. AjaxToolkit ScriptManager

    I am working on ajax based web application. I am getting typical "Javascript out of memory exception" on modelpopup dialog when ever I used asp ScriptManager on my home.master page But it is working perfect with ajax toolkit ScriptManager. Is there any difference b/w ASP ScriptManager vs Ajaxtoolkit ScriptManager. Another note is - This issue is happening only on my computer, it is working perfect in other development machine. Thanks for you help!!!!!!
  • How to read the BARCODE to ASP.Net Application

    Hello Every One.. I am working a barcode application. I have to generate a barcode image and read it to a text box. Currently I am able to generate a barcode using http://www.idautomation.com controls and able to print it through barcode printer. Now my question is how could I read the barcode from barcode gun to a TEXT Box controls. In other words when ever I place barcode gun on my barcode I have to read it value to a text box. Any suggestions please. Thanks in advance. Thanks, Venkt
    Posted to Free For All (Forum) by sappidireddy on 7/26/2009
  • Re: problem with string[] array

    Use generics. It will be the better option and also ensures type safter. IList<String> objStringname = new List<String>(); insider your for loop objStringname.add("your string");
    Posted to C# (Forum) by sappidireddy on 7/15/2009
  • Re: A trust issue?

    Could you try to debug your solution? Exactly where you are getting error?
    Posted to Security (Forum) by sappidireddy on 7/15/2009
  • Re: how to call one user control method in another user control

    Create an object of second user control on first user cotrols, then call your method like object. example On first user control code behind. dim objSecond as new secondusercontrol objSecond.yourmethod()
    Posted to Web Forms (Forum) by sappidireddy on 7/14/2009
Page 1 of 22 (217 items) 1 2 3 4 5 Next > ... Last »