User Profile

Collapse

Profile Sidebar

Collapse
Andy dg
Andy dg
Last Activity: Mar 15 '07, 08:20 PM
Joined: Feb 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Andy dg
    started a topic escape character for double quotes in C#
    in .NET

    escape character for double quotes in C#

    I have code as
    node.InnerText = "(" + completeNames + ")";

    the o/p is shown as (XYZ)

    How do I change the syntax so that the o/p is shown as
    ("XYZ")

    TIA,
    Andy
    See more | Go to post

  • Pass multiple arguments to bat file from console app

    From a C# console application , I want to invoke a .bat file which will copy files from the source folder to the destination folder. The two parameters source and destination folder name will be passed from the application to the bat file.
    How could this be achieved. Any sample code provided would be appreciated.
    See more | Go to post

  • Andy dg
    started a topic Webservice
    in .NET

    Webservice

    Is there a way to determine if a particular site is using my web service.
    Any suggestions would be appreciated.

    TIA,
    Andy
    See more | Go to post
No activity results to display
Show More
Working...