Search

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

Matching Posts

  • Having difficulty with search web service

    I'm writing a search utility for a web app that is suppose to search sharepoint. So after doing a little research, I find out that there exist a web service called search.asmx that I can use to do my searching. Unfortunately, no matter what I try, I get the following response back from the SharePoint server: < ResponsePacket xmlns= "urn:Microsoft.Search.Response" > < Response domain=""> < Status >ERROR_SERVER</ Status > < DebugErrorMessage >System
  • Element ID

    I created a text box control and a select control. I then set thier IDs because I want to do some javascript on them. Oddly, when the code is generated the ID turns into a bunch of junk followed by my ID name. I thought it was perhaps something that .NET just does. So in my javascript, I simply tried to use the ID property to get whatever weird ID it generates. Oddly, I get the ID name I want from the ID property. Here's a bit of sample code: 1 _uxName = new TextBox(); 2 _uxName.ID = "Name"
  • Re: Renaming a webservice class

    I figured out what the issue was. I had an older version of the DLL in my GAC (\Windows\assembly). This was overriding the current DLL in my bin directory. What's weird is that without the DLL in my bin directory, the app errors out rather than grabs the GAC version of the DLL. When the bin DLL and the GAC DLL are present, it used the GAC.
    Posted to XML Web Services (Forum) by gameboyhippo on 6/3/2008
  • Renaming a webservice class

    I was following the tutorial from this website http://blogs.ittoolbox.com/km/sharepoint/archives/creating-a-custom-web-service-for-sharepoint-13553#2145644 to figure out how to make a sharepoint web service. Everything worked great. So I decided I wanted to add to it and to rename the class from Files to CheckIn. When I rename the class, I get the following error: Server Error in '/UploadService' Application. Parser Error Description: An error occurred during the parsing of a resource required
    Posted to XML Web Services (Forum) by gameboyhippo on 6/2/2008
    Filed under: sharepoint rename web service
  • Re: ListBox change in a webpart

    I was hoping it was something simple I overlooked. It worked thanks!
  • ListBox change in a webpart

    I'm having a bit of trouble figuring this out. I'm writing a web part that has a ListBox in it. In this code, I'm assigning an event to the ListBox's SelectedIndexChange event. When I load the WebPart and click on the different items, it doesn't post back to the server. Where am I going wrong? 1 _uxCensoredSelector = new ListBox(); 2 _uxCensoredSelector.Items.Add( "Censored" ); 3 _uxCensoredSelector.Enabled = false ; 4 _uxCensoredSelector.SelectedIndexChanged += new
    Posted to Web Parts and Personalization (Forum) by gameboyhippo on 5/22/2008
    Filed under: sharepoint webpart, Web Parts, add event, C#, ListBox, SelectedIndexChanged
Page 1 of 1 (6 items)