User Profile

Collapse

Profile Sidebar

Collapse
apurvaG
apurvaG
Last Activity: Jun 30 '10, 04:42 AM
Joined: Apr 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • apurvaG
    started a topic Flash and Asp.net

    Flash and Asp.net

    Hi All,

    I have created a swf file and embedded it in my aspx page using following steps:

    1. I have created DIV tag in my aspx page which will hold the swf file
    Code:
    <div id="flashDiv" runat ="server"></div>
    2. In the <Header> of the aspx page I have added reference of my java script file as below, which has a function to create the object tag and...
    See more | Go to post

  • How to get Mouseover to work with elements inside Div tags in IE?

    Hi All,

    I am applying some xslt template on a XML file to generate the HTML.

    This HTML has several <DIV> tags with mouseover and mouseout event associated to them.

    So if i do mouseover on a <DIV> it gets highlighted. And when I do mousout on a <DIV> highlight effect goes off.

    Its is working perfectly if the DIV has plain text. For example <DIV>This is some text inside...
    See more | Go to post

  • apurvaG
    started a topic SendAndLoad Issues

    SendAndLoad Issues

    Hi All,

    I have flash file which has two main scenes as Preloader and scene1. In layer1 of preloader I have used a sendandload function to retrive data from server. Once data load is completed I am assigning the data to some global varibales and then preloader stops and flash file is shown to user with these data from server.

    This works fine on our local environment. But on live site it is giving problem. The preloader...
    See more | Go to post

  • apurvaG
    started a topic Convert any number into USD

    Convert any number into USD

    Hi All,

    I want to convert any number into USD using action script 2. It should add the dollar sign and appropriate comma's to the input number.

    Thanks in advacne,
    AG
    See more | Go to post

  • apurvaG
    started a topic Issue with single-quote in XPath expressions in .NET
    in XML

    Issue with single-quote in XPath expressions in .NET

    Hi All,


    .net is giving me error if my X-path has a singlequote. Following are the details

    XML Used :

    <emp>
    <emp.fname>o'br ian</emp.fname>
    <emp.lname>wall s</emp.lname>
    <emp.state>cali fornia</emp.state>
    </emp>

    Xpath Used :

    xmlobject.Selec tNodes("//*[emp.fname=o'bri an]")...
    See more | Go to post

  • apurvaG
    started a topic Call function if enter key is pressed

    Call function if enter key is pressed

    Hi,

    I have a text control in my form. When I press a Enter key in this control , it should called another javascript function, but it is not doing so instead it is triggering "Submit" button event. Can you please help.

    I have wrote a onkeypress function as follows:

    <input type="text" id="txt1" style="width:30 0px" MaxLength="50" onkeypress="jav ascript:testEnt er()"/>...
    See more | Go to post

  • apurvaG
    started a topic Browser window close check in Action Script

    Browser window close check in Action Script

    Hi All,

    I wanted to know, can I check in action script whether the browser window which loads my swf file has been closed? Basically I wanted to call a action script function which will be triggered when the browser window is closed. Can I do this check in action script of the flash file which is loaded in the browser?


    Thanks in advance,
    Apurva G
    See more | Go to post

  • apurvaG
    started a topic Fetching attribute index
    in XML

    Fetching attribute index

    Hi All,

    I need to fetch index of particular attribute of a XMLNode using xslt. I know one we can do it by iterating through the arrtribute collection and then comparing the attribute name to get corresponding index.

    But is there any in built function supported in xslt that returns index of an attribute.

    Here is an expalme that will illustrate my problem.
    I have a node as ....
    <state name='new...
    See more | Go to post

  • apurvaG
    started a topic Conerting String into Collection
    in .NET

    Conerting String into Collection

    Hi All,

    Can I use "DirectCast " or "Ctype" to convert a string into NameValueCollec tion in VB.Net?

    Example I want to convert the string "a=200&b=30 0" to NameValueCollec tion class using inbuilt method.

    Don't want to go for split option.

    Please let me know ASAP

    Apurva G
    See more | Go to post

  • apurvaG
    replied to Trouble with XPath for "preceding sibling"
    in XML
    Will "preceding-sibling::tid[1]/location" refer to 2nd <document> node's locaton ? Another thing is location node is not child of <tid>. It is child of <document> node....
    See more | Go to post

    Leave a comment:


  • apurvaG
    started a topic Trouble with XPath for "preceding sibling"
    in XML

    Trouble with XPath for "preceding sibling"

    Hi All,

    I am facing a problem while fetching a preceding sibling with some specific name from current node.

    Following is the sample XML which I am using

    <Root>
    <document>
    <tid>100</tid>
    <location>SB</location>
    <category>C1</category>
    </document>
    <document>
    ...
    See more | Go to post

  • apurvaG
    replied to Why does this X-path gives an error ???
    in XML
    --------------------------
    Thanks jkmyoung for the reply....
    See more | Go to post

    Leave a comment:


  • apurvaG
    started a topic Why does this X-path gives an error ???
    in XML

    Why does this X-path gives an error ???

    Hi All,

    Am getting an error while selecting nodes from my XML document. But if I change the "X-path" expression used it is working fine. Can anyone help me to undestand what is wrong with my X-path?

    Following X-path expression is giving error.

    xmldom.SelectNo des("//[protype='abc' and proflag='1']")

    Above line of code gives following exception in VS2005 [vb.net]
    ...
    See more | Go to post

  • Problem in importing web service, Reference.vb file not created :(

    Hello Experts,

    Am facing a problem in my vb.net windows application.
    I have added a web reference in my application. (Please note that the url I have added as a web reference has ".wsdl" extension e.g "http://www.mywebservic eV2.wsdl" but the earlier version of this web service reference was different. It was as follows : "http://www.mywebservic eV1?wsdl" ). Ideally when we add a web reference...
    See more | Go to post
No activity results to display
Show More
Working...