User Profile

Collapse

Profile Sidebar

Collapse
Gargi K
Gargi K
Last Activity: Jan 2 '07, 09:25 AM
Joined: Nov 15 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Gargi K
    replied to add node to TreeView in Javascript
    Sorry for late reply.
    This was the code i used on the server side and it was working fine there. But how do I implement it on client side??


    // Load the XML file.
    XmlDocument dom = new XmlDocument();
    dom.Load(Server .MapPath("../Resource/DocumentList.xm l"));

    this.DocListTre e.Nodes.Clear() ;
    XmlNode xNode = dom.SelectSingl eNode("document s/transactions/"...
    See more | Go to post

    Leave a comment:


  • Gargi K
    replied to Hi ALL
    Hi

    You can have a hidden control on your parent form, say htxtTextbox
    now add a javascript for the click of the link.

    In the script you can do the following:

    function xyz(pass parameters that you want to take from pop up window)
    {
    window.opener.d ocument.Form1.h txtTextbox.valu e ="parameters in the function" ;
    window.opener.d ocument.Form1.s ubmit();
    window.close();...
    See more | Go to post

    Leave a comment:


  • Gargi K
    started a topic add node to TreeView in Javascript

    add node to TreeView in Javascript

    Hi,

    I want to add a node to tree view control on my web form from javascript.
    Con anyone help?
    See more | Go to post

  • Gargi K
    started a topic create embedded word document in asp.net
    in .NET

    create embedded word document in asp.net

    Hi,

    I have been trying to open a word document on a button click event in C#
    This is the code I am trying to use

    object fileName = "C:\\test.d oc";
    object readOnly = false;
    object isVisible = true;
    object missing = System.Reflecti on.Missing.Valu e;
    Word.Applicatio nClass oWordApp = new Word.Applicatio nClass();

    Word.Document oWordDoc = oWordApp.Docume nts.Open(ref...
    See more | Go to post

  • Gargi K
    started a topic how to pass binary data in xml
    in XML

    how to pass binary data in xml

    I want to create a new xml document of the type Msxml.DOMDocume nt.4.0

    Actaully In have to transfer some binary data in xml which requires to specify the dataType member of the xml node( which is not present in simple xml document).

    I am new to xml. Kindly help.
    See more | Go to post
No activity results to display
Show More
Working...