Search

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

Matching Posts

  • Database without a service running

    I want to save some money for my small traffic app running in a hosting environment, so instead of paying for a database, I want the DB functionality to be running in forms of a DLL and not a service, any suggestions on the options? (ACCESS? SQL Compact?)
  • site file folder/file name

    I need to save xml files in my asp.net application, how can I specify the file name in reference to the web site instead of file system?
    Posted to Web Forms (Forum) by ygor on 4/8/2009
  • Re: AutoCompleteExtender performance

    [quote user="ygor"] It seems to me that the calling of web services for the string array is done at each key stroke, someone in my team is questioning the performance impact of this approach. They argue that with a small list, it would be more efficient to pass the entire data tree to client side and handle it via Javascript, but I like to ask: (1) Is the performance impact really that significant if we can provide some caching at web services side (to avoid hitting the DB)? (2) What exactly
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ygor on 2/12/2009
  • AutoComplete feature like Google/Yahoo search textbox

    Currently I am trying the AutoCompleteExtender from AjaxControToolkit, but It seems to me that the calling of web services for the string array is done at each key stroke, someone in my team is questioning the performance impact of this approach. They argue that with a small list, it would be more efficient to pass the entire data tree to client side and handle it via Javascript, but I like to ask: (1) Is the performance impact really that significant for AutoCompleteExtender if we can provide some
  • AutoCompleteExtender performance

    It seems to me that the calling of web services for the string array is done at each key stroke, someone in my team is questioning the performance impact of this approach. They argue that with a small list, it would be more efficient to pass the entire data tree to client side and handle it via Javascript, but I like to ask: (1) Is the performance impact really that significant if we can provide some caching at web services side (to avoid hitting the DB)? (2) What exactly does EnableCaching setting
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ygor on 2/11/2009
  • w3wp.exe account rights for running distributed transaction

    Hello all, For running a distributed transaction across 2 machines, what are the accounts needed (must it be a domain account or can it be a local account) for both w3wp.exe worker process? In MSDTC I set to allow anonymous but I am getting web exceptions unable to connect to remote server Thanks!
  • Re: Save web page to disk

    Are there any reference C# coding instead of a product?
    Posted to Client Side Web Development (Forum) by ygor on 1/26/2009
  • Re: Save web page to disk

    Would code behind server coding be able to come up with a solution? Such as creating a word doc or pdf for download? Or should we include instruction for the user to do it themselves through IE UI? In user UI they do have an option to save as mht and complete web page htm.
    Posted to Client Side Web Development (Forum) by ygor on 1/26/2009
  • Save web page to disk

    I tried to use window.document.execCommand('SaveAs') to save a web page to disk, but the pop-up dialog only provide options to save as txt and htm, and the htm page cannot work well with images and CSS, I wonder if there is a way to achieve that after all? If the objective cannot be met in javascript, what are the options to do it?
    Posted to Client Side Web Development (Forum) by ygor on 1/24/2009
  • Re: Novice client programming questions

    Thanks all for the help.
    Posted to Client Side Web Development (Forum) by ygor on 1/24/2009
Page 1 of 5 (48 items) 1 2 3 4 5 Next >