Search

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

Matching Posts

  • Re: WSE-enabling?? RequestSoapContext-Function missing!!

    Hello! you need to add the Microsoft.Web.Services2 to your project... shoult look like this: and your created proxyclass which is originally inherited from System.Web.Services.Protocols.SoapHttpClientProtocol must now be inherited from Microsoft.Web.Services2.WebServicesClientProtocol.. this will only work if you added the shown dll-file to your project! greetings Entity
    Posted to XML Web Services (Forum) by Entity on 5/19/2008
  • Re: WSE-enabling?? RequestSoapContext-Function missing!!

    Hi vishalbade ! Thanks for the answer... I changed the Inherited class and now it seems to work. thank you very much... greetings Entity
    Posted to XML Web Services (Forum) by Entity on 5/9/2008
  • WSE-enabling?? RequestSoapContext-Function missing!!

    Hallo! I found this article in the web http://aspnet.4guysfromrolla.com/articles/090804-1.aspx , which describes how to realize the fileTransfer via DIME to an WebService. This article shows an ServerSided Function.... Public Sub UploadPDF() 'Make sure precisely one attachment was sent If Microsoft.Web.Services2.RequestSoapContext.Current.Attachments.Count <> 1 Then Throw New ArgumentException( "Please upload one file at a time..." ) End If 'Save the file to LatestPDF.pdf
    Posted to XML Web Services (Forum) by Entity on 5/8/2008
  • Re: Invalid postback or callback argument.

    HI... I'having the same *** as you have... I also don't know what to do.. the mdsn isn't very helpful, too. But I wanted You, if you can do me a favour. If You find out how to solve the Problem, couldi you please send me an Email. Cause usually I'm not using english forums. I promise I'll post the solution if I find it, too. thank you very much! regards Tuldi@gmx.net Patrick
  • Re: How can i create the dynamic page ?

    Hi.. thats very easy. You only have to create a Panel or a Placeholder in the .aspx-Site. in the CodeBehind you have to load the ascx-Files into the PlaceHolder or into the Panel. Example: Dim control as UserControl control = Me.LoadControl("fileName.ascx") control.id = "fileName" Me.myPanel.Controls.Add(control)
    Posted to Web Forms (Forum) by Entity on 11/1/2005
  • Tabstrip in VS 2005

    Hi.. i allready tested the Tabstrip and the Multipage Classes a few Weeks ago with VS2003. Now I installed the VS2005 with asp.net2.0 and now I have lots of problems using the IE Web Controls.. I registererd the Namespace and imported the class, but i can't really use the Controls. I don't get any error messages, but i also can't see the controls while debugging the code. Now I found out that there is anonther Control in asp2.0 called PageView. It't the same as the Multipage.. but i can't find an
Page 1 of 1 (7 items)