Search

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

Matching Posts

  • Re: allowing users to change passwords on local accounts

    Ryan, Excellent piece of code. I was searching for this functionality for a while......Thanks a lot....
    Posted to Active Directory and LDAP (Forum) by snsharma on 10/31/2003
  • Indexing service - extracting parts of a document

    Hi, I'm trying to build a site that based on a user entry searches through the contents of files on a disk and displays a list of files which contents match user criteria (basicaly a word). How to extract a part of the document (paragraph etc), where the searched word is found. OLE DB provider for Indexing service provides atribute Characterization, which returns the first paragraph of the document, but not the correct paragraph. I want to extract a specific part of the document. Is there any way
  • Re: refreshing "part" of a web-form

    Hi, It is pretty elaborate to explain the whole article. If u have any specific questions please let me know. Sorry for not responding earlier.....
    Posted to Web Forms (Forum) by snsharma on 8/21/2003
  • Performance counter monitoring

    I am using performance counters to monitor the CPU utilisation of server. The code in the Webmethod of my .asmx file as given below: System.Diagnostics.PerformanceCounter PerformanceCounter1 = new System.Diagnostics.PerformanceCounter(); float result; PerformanceCounter1.CategoryName = "Processor"; PerformanceCounter1.CounterName = "% processor Time"; PerformanceCounter1.InstanceName = "_Total"; PerformanceCounter1.MachineName = "."; System.Diagnostics.CounterSample
    Posted to XML Web Services (Forum) by snsharma on 8/19/2003
  • Re: refreshing "part" of a web-form

    I got the solution. I used Web services to achieve the auto-refresh of the specific control The following link on msdn gives a good overview on web services http://www.gotdotnet.com/playground/services/webservice_behavior.aspx The link below has the sample code giving the step by step description of using web services to create interactive Web pages without requiring a full-page refresh to handle events http://www.fawcette.com/vsm/2002_06/online/delcogliano/ In order to "auto refresh the control"
    Posted to Web Forms (Forum) by snsharma on 8/19/2003
  • Re: refreshing "part" of a web-form

    The requirement is similar to the scores of a basketball game being displayed on one side(or web control say label control) of the page. The scores gets updated on a continual basis , however there aren't any postbacks of the page. Using the postback or "refresh" would be an irritating experience to the end user, as in this case the page needs to posted back or refreshed quite frequently.
    Posted to Web Forms (Forum) by snsharma on 8/19/2003
  • refreshing "part" of a web-form

    I want to refresh only part (one control) of a web page and not the full refresh of the page (without causing the complete postback of the page). Any ideas how to achieve it.. Sid
    Posted to Web Forms (Forum) by snsharma on 8/19/2003
Page 1 of 1 (7 items)