User Profile

Collapse

Profile Sidebar

Collapse
ebindia0041
ebindia0041
Last Activity: Oct 26 '07, 10:03 PM
Joined: May 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • FTP Command List by command prompt in asp.net 1.1 c# code

    Any help what is wrong with this code..
    I am tring to FTP post a file by command prompt but it not work, system hang up.. commands are in my batch file...

    System.Diagnost ics.ProcessStar tInfo psi = new System.Diagnost ics.ProcessStar tInfo("cmd.exe" );
    psi.UseShellExe cute = false;
    psi.RedirectSta ndardOutput = true;
    psi.RedirectSta ndardInput = true;
    psi.RedirectSta ndardError...
    See more | Go to post

  • Thanks for replying..

    I have to insert the data not update the data it will create error....
    See more | Go to post

    Leave a comment:


  • code of insert detail is present in the page and also using (!Page.IsPostba ck)
    but it not work.....
    See more | Go to post

    Leave a comment:


  • ebindia0041
    started a topic Duplicate records while inserting the data
    in .NET

    Duplicate records while inserting the data

    This is like the bug from hell. It is kind of hard to explain, so
    please bear with me.

    Background Info: SQL Server 7.0, Asp.net 1.1 with c#

    I'm inserting simple records into a table. But one insert command is
    placing 2 or 3 records into the table. The 'extra' records, have the
    same data as the previous insert incident, (except for the timestamp).

    Here is an example. Follow the values...
    See more | Go to post
No activity results to display
Show More
Working...