Click here to Skip to main content
15,886,788 members

Comments by Member 7985285 (Top 5 by date)

Member 7985285 3-Apr-13 7:25am View    
I can successfully login in ftp account, and other folders/directory listing retrieve successfully, but only the one directory not open, where i hosted upload the other files.
Member 7985285 1-Apr-13 7:28am View    
FileZilla FTP
Member 7985285 26-Mar-13 6:33am View    
Deleted
?
Member 7985285 22-Mar-13 2:22am View    
Dataset doesn't contain table, i was check by if condition:


if (dsRes.Tables.Contains("accountitem"))
{
Response.Write("tABLE CONTAINS");
}

else
{
Response.Write("tABLE nOT FATCHED");
}
Member 7985285 20-Mar-13 2:28am View    
Can you give me screen shoots, I am new to development, I have try a lot but :(