User Profile

Collapse

Profile Sidebar

Collapse
Anni V
Anni V
Last Activity: Sep 15 '10, 08:35 AM
Joined: Feb 28 '09
Location: India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks for your help,
    But could you help me in a method to explicitly call a specific SOAP version through code

    As in if I want the wsdl to call SOAP version 1.1, how can I explicitly do so

    Please help
    See more | Go to post

    Leave a comment:


  • Thanks for your suggestion but I tried that too,
    i was throwing up the same error or either
    a
    Operation Time out Error
    See more | Go to post

    Leave a comment:


  • Anni V
    started a topic Exception In consuming wsdl webservice in .NET
    in .NET

    Exception In consuming wsdl webservice in .NET

    Hi,

    I'm developing a .NET application using .NET 3.5
    My application is using a JAVA
    WebService (wsdl url)
    When I run the application I want to consume the web service (wsdl file) written in XML.

    The issue is that, i either keep getting the Operation Time out Error or the following exception while debugging
    --------------------------------------------------------
    Possible SOAP version...
    See more | Go to post

  • Anni V
    started a topic Exception in consuming Webservice in .NET

    Exception in consuming Webservice in .NET

    Hi,

    I'm developing a .NET application using .NET 3.5
    My application is using a JAVA
    WebService (wsdl url)
    When I run the application I want to consume the web service (wsdl file) written in XML.

    The issue is that, i either keep getting the Operation Time out Error or the following exception while debugging

    Possible SOAP version mismatch: Envelope namespace
    http://schemas.xmlsoap .org/wsdl/...
    See more | Go to post

  • How to read data from an Excel Sheet into Oracle 9i database

    Hi

    Can you please help me out with the query with the code in Oracle 9i to read records from an Excel sheet,

    The Excel Sheet [Addresses.xls] Column headers are
    A1-----------B1------------C1
    Name----------Address-------------Contact
    Mickey---------Walt Disney----------1122334455


    to be displayed in the query analyser when I query it from my Oracle SQL Developer.

    ...
    See more | Go to post

  • Thanks buddy it worked,

    But it seems strange that the Tree View Web Control gets rendered somewhat in Safari browser, but not in Internet Explorer.
    Please help me if we can rectify that control for appropriate rendering & functionality.

    But my functionality was achieved through this navigation control

    Thanks a lot

    Ani V
    See more | Go to post

    Leave a comment:


  • Anni V
    started a topic cannot render TreeView Web Control in IE 6.0

    cannot render TreeView Web Control in IE 6.0

    Hi,

    I tried to generate a treeview that loads from the database using a connection string, but the same loads in my browser in cleartext as in the attachment,

    Please can anyone help me out how to render the control in the browser,

    I had downloaded the (iewebcontrols. msi) package & then used the TreeView control in my application.

    The code is below

    Default.aspx
    ...
    See more | Go to post

  • I tried pulling the data into divs & then retrieving the same but it kept giving me junk values,
    You suggestion is good friend, but I don't think i am able to achieve the same, I know what I am trying to achieve is tedious but once done ,it can serve as a reusable component for any page.

    I would request if you (sorry,it may sound wierd) could help me with something of an alternative to this, it would be much more helpful,...
    See more | Go to post

    Leave a comment:


  • I know it is very difficult, I have been trying it out, but it doesn't seem to work out,
    Thanks a lot for your suggestion & help, but
    I am not familiar how to achieve this through ASP.NET, could someone please assist me on that.
    I have a doubt if I manage it in ASP.NET, Could I generate a dll file & then utilise this in my classic ASP pages.

    Anni
    See more | Go to post

    Leave a comment:


  • How to Display a dynamic tree structure which populates data from a database

    Hi
    I request you to kindly help me with the code for a reusable tree structure component that displays a tree view as displayed in the attachment.

    Consider a table named : Employee with the following fields

    Emp_Fname Emp_Lname Emp_Contact Emp_Salary
    John Todlee 7539512 31540
    Macy Hunter 7865512 15000
    Steve Abley 7964812 32656
    Tom Proctor 7646879 56456

    I need to pass...
    See more | Go to post

  • Moiz
    Moiz posted a Visitor Message for Anni V
    hi how r u ? please tell me my answer
    See more | Go to post

  • Moiz
    Moiz posted a Visitor Message for Anni V
    Unreal World - When an environment is being developed in 3D world using some too like 3D Studio Max or Maya etc. and then animated, seems like, in these days so close to the real world (which we see in our daily life). Can such world be called real? in either case of yes or no answer explain why?
    See more | Go to post

  • Anni V
    replied to EMI calculation formula in ASP.NEt
    I apologize, however you guessed it right EMI meant Equated Monthly Installments,
    I have tried implementing the same formula but the results are erroraneous & not the exact Emi value I require, however this may not pertain to the code but I guess to the formula
    It would be great if you could provide me some assistance or provide me with a better formula that works,
    Thanking You
    Regards...
    See more | Go to post

    Leave a comment:


  • Anni V
    started a topic EMI calculation formula in ASP.NEt

    EMI calculation formula in ASP.NEt

    Hi
    Can some one please help me with the formula to find the EMI from the textbox values
    1. txtemiconvamoun t
    2. ddltenure
    3. txtemicalcroi

    to display the EMI amount in the textbox
    txtemiamount
    The HTML code is
    Code:
                 
    <asp:TextBox ID="txtemiconvamount" runat="server" Width="97px" TabIndex="1" MaxLength="9" ></asp:TextBox>
     <asp:DropDownList
    ...
    See more | Go to post

  • Anni V
    Anni V posted a Visitor Message for Frinavale
    Hi Frinavale,
    Thank you for great resolutions given to my issues & doubts
    Thanking you
    Regards
    See more | Go to post

  • Anni V
    replied to Control Not Declared
    Thanks for your suggestion
    but the copy /pasting on a new page worked,
    It is an asp.net website, but I am not a pro at what you explained , since you guys are the best at this (geniuses as I would say) ,
    I was just fine as it worked by recreating a page & copy pasting the same, the errors disappeared
    Thanks
    Regards...
    See more | Go to post

    Leave a comment:


  • Anni V
    replied to How To Copy Text from a text box?
    Thanks Frinavale,
    But I did not use the Onclick property exactly to make it work, I initially tried it but it did not work as you correctly stated, but then I did some r & d & found that the below code works
    Code:
    btnCopy.Attributes.Add("onclick","someFunction();")
    but however I did not know the theory behind the return false statement & hence had not added that, thanks for your guidance I...
    See more | Go to post

    Leave a comment:


  • Anni V
    started a topic Control Not Declared

    Control Not Declared

    Hi,
    My page code behind code is attached ,I am a bit confused as the VS 2005 keeps giving me the error that chklistvyes & the other controls are not declared ,despite having the runat server in the html cade of the control,
    I keeps oin throwing this error can some one please help me out with this issue asap,please as I tried to figure it out many a time but in vain........... ......
    Code:
    Partial Class CPro
        Inherits
    ...
    See more | Go to post
    Last edited by tlhintoq; Mar 12 '09, 12:25 PM. Reason: [CODE]...your code here...[/CODE] tags added

  • Anni V
    replied to How To Copy Text from a text box?
    Thanks buddy,
    that was very helpful I managed it,
    thnk you...
    See more | Go to post

    Leave a comment:


  • Anni V
    replied to How To Copy Text from a text box?
    Hi
    I am unable to execute the same
    I have an asp.Net textbox txtrequests
    So I tried copying the text in that by using the txtrequests.tex t property
    on clicking the
    Code:
    <asp:Button ID="btnCopy" runat="server" Text="Copy" Height="" Width="59px"/>
    btnCopy but the same is still not working
    Could you please write the code (code behind language is VB)...
    See more | Go to post
    Last edited by gits; Mar 6 '09, 09:37 AM. Reason: added code tags

    Leave a comment:

No activity results to display
Show More
Working...