User Profile

Collapse

Profile Sidebar

Collapse
nanban4u
nanban4u
Last Activity: Jun 16 '09, 12:45 PM
Joined: Nov 14 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nanban4u
    started a topic Dual monitor moveBy not working in IIS6

    Dual monitor moveBy not working in IIS6

    Hi,
    Programming Language - HTML, JavaScript
    Web server : IIS 6
    Browser : IE 6 +

    I am working in a Dual Monitor screen setup. I have a scenario some times the user move the IE screen from primary monitor to the secondary monitor and close the IE. when they open next time the IE opens in the secondary monitor rather then opening in the primary monitor. I want to make sure when they open my application in IE it...
    See more | Go to post
    Last edited by acoder; Oct 17 '08, 09:11 AM. Reason: Added [code] tags

  • nanban4u
    started a topic move a child window or a iframe

    move a child window or a iframe

    Hi,
    I am creating a web page, it can contain a iframe or child window which should move along the scrollbar movement in the browser. can any body help me in this

    Thanks,
    Sateesh.
    See more | Go to post

  • nanban4u
    replied to create customised XML c#
    in .NET
    XmlDocument doc = new XmlDocument();
    doc.LoadXml("<A vailableFields> <Table Name=\"table1\" ></Table></AvailableFields >");
    XmlNode tableNode = doc.DocumentEle ment.ChildNodes[0];

    DataSet data = new DataSet();
    DataTable table = new DataTable("tabl e1");
    data.Tables.Add (table);
    ...
    See more | Go to post

    Leave a comment:


  • nanban4u
    started a topic How to get particular column in datatable
    in .NET

    How to get particular column in datatable

    Hi,
    Hi,
    I have a dataset datatable
    select ORDER ,
    DESCRIPTION,
    FIRSTNAME,
    LASTNAME,
    ADDRESS,
    ZIP
    FROM Order

    I need to select only Order and description and insert in to the another datatable
    then select other firstname,lastn ame,address,zip to another datatable and assign this two datatable to new dataset which has newly created...
    See more | Go to post

  • nanban4u
    replied to create customised XML c#
    in .NET
    I need to create a xml in this particular format...
    how to generate this customised xml using c# code
    <AvailableField s>
    <Type Name="a">
    <Fields Key="101" />
    <Fields Key="103" />
    <Fields Key="104" />
    </Type>
    <Type Name="b">
    <Fields Key="103"...
    See more | Go to post

    Leave a comment:


  • nanban4u
    started a topic create customised XML c#
    in .NET

    create customised XML c#

    Hi,
    I have a select query like this
    Select value,key from table;
    value key
    a 101
    b 102
    a 103
    a 104

    I need to have xml like this

    <AvailableField s>
    <Table Name="table1">
    <Type Name="a">
    <Fields Key="101" />
    <Fields Key="103" /> ...
    See more | Go to post
No activity results to display
Show More
Working...