Search

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

Matching Posts

  • webservice call to SAP

    Hi I am working with a purchase order project. Now our appln want to link with SAP. I have to pass order details to SAP using an interface(SI) for creating order in SAP. Then SAP should return the new order number to my appln. How can I implement it? I got wsdl file from "SI" interface, I converted it as cs file and I added it in my app_code folder of my project. I have the only info to test my web service call is as follows. put in this field the value '1' <PART_NR_SH>1<
    Posted to XML Web Services (Forum) by akkus on 9/3/2007
  • Re: Web Service Call - A beginner's doubts

    Hi Nothing related to that.........oops I rectify the problem exactly......yes when I added converted cs file to project, it was added to the main folder not in the app_code folder....yea that was the problem... I put the file under app_code now I can see the class info in my web page. thanks
    Posted to XML Web Services (Forum) by akkus on 9/2/2007
  • Re: Web Service Call - A beginner's doubts

    Hi DkUltra, Thanks for your answer, i tried in the way you mentioned dim xservice as new yourwebservice but I am getting error like this The type or namespace name 'M_Material' could not be found (are you missing a using directive or an assembly reference?) How can I inherit the class property for invoking methods? thanks
    Posted to XML Web Services (Forum) by akkus on 8/30/2007
  • Web Service Call - A beginner's doubts

    Hi All, I am very beginner to .net web service. My doubts as follows I have an application which I need to connect to SAP through an interface SI. I got the wsdl generated from SI interface. I converted the wsdl file as test.cs file and attached it to my project as an existing item. Now I want to test my web service call, I couldn't find out any namespace information in the test.cs file for access its classes.. How can I get the methods from the test.cs file classes for eg: there is a class called
    Posted to XML Web Services (Forum) by akkus on 8/29/2007
  • Re: ODBC connection problem

    Hi naturehermit, Thanks for your answers. I am familiar with vbscript, vb.net, c#.net, asp.net and classic asp. I am using windows 2000 server, so I won't be able to use .net framework 3. In your answer no 4, what I am thinking is to keep my classic asp pages as it is in the .net server. And create new asp.net pages for new funtionalities like using web services etc. In that way I copied all my asp pages to the .net server, but i am getting ODBC error SOMETIMES. Actually, this is a strange thing
    Posted to Migrating from ASP to ASP.NET (Forum) by akkus on 6/11/2007
  • Re: ODBC connection problem

    Hi naturehermit, Thanks for your answer. But I need some clarifications of it. 1) You mean, if I am copying classic asp pages to .net server, do I need to change the vbscript in .net syntax...? If yes means...should be a big change..need to re write all pages. If no means, then how can I avoid the error. 2) OK I can choose vb.net for my new pages. 3) I am using visual studio 2005 for my application. 4) Can you explain this statement more clearly. All I want is to avoid the error I mentioned ..! Thank
    Posted to Migrating from ASP to ASP.NET (Forum) by akkus on 6/11/2007
  • ODBC connection problem

    Hi Dear All, I want to migrate all my .asp pages to .net server, I tested some pages just copying it to the .net server. It was working fine. I didn't changed anything in the .asp files. I just want to transfer my server to .net server I am using oracle 9i as backend Now I am getting the following error when the page is trying to connect to the database. Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC driver for Oracle][Oracle] /isa/dbconn.asp, line 11 In
    Posted to Migrating from ASP to ASP.NET (Forum) by akkus on 6/7/2007
  • Re: How can I pass a string value to codebehind from a javascript function?

    Hi pushp, Yes ! that was the problem.... onclick ="javascript:toggleSearch('Initiator')" ) ; " Now value coming...thanks a lot akkus
    Posted to Client Side Web Development (Forum) by akkus on 11/20/2006
  • How can I pass a string value to codebehind from a javascript function?

    Hi Experts, I need a small help, how can I transfer some string value from a javascript function to c# code? I am trying in the following way.. javascript function function toggleSearch(button){ var hdnfield = document.getElementById( '<%=hdnSearch.ClientID%>' ); if (document.getElementById(button).id == "Initiator" ) {hdnfield.value = "Initiator" ;} //I want to pass this value to codebehind if it is true else if (document.getElementById(button).id == "sendNotify" ) {hdnfield.value = "sendNotify
    Posted to Client Side Web Development (Forum) by akkus on 11/20/2006
  • Invisible fields in a GridView

    Hi Experts, I have a gridview control binded with the database in runtime. I am showing some of the fields to the user. Some fields I set to visible="false". How can I get values of these invisible fields. I tried to created DataKeyNames.. but for more than one fields, its would not give value (if there is only one field is visible=false then its giving that value) I tried using findcontrol. for that I bounded a template field. here is my code < asp : GridView ID ="SearchCustomerGrid" runat =
    Posted to Data Presentation Controls (Forum) by akkus on 11/16/2006
Page 1 of 4 (32 items) 1 2 3 4 Next >