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...
User Profile
Collapse
-
FTP Command List by command prompt in asp.net 1.1 c# code
-
Thanks for replying..
I have to insert the data not update the data it will create error.... -
code of insert detail is present in the page and also using (!Page.IsPostba ck)
but it not work.....Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: