Troubleshooting – Error: Invalid attempt to call HasRows when reader is closed
Usually this error will be encountered while trying to access data from DataReader. Problem: System.InvalidOperationException was unhandled Message=”Inv...
Usually this error will be encountered while trying to access data from DataReader. Problem: System.InvalidOperationException was unhandled Message=”Inv...
‘inetreStrings’ – liked the nomenclature and the sense of humor of the author of it very much. String vs string Lower case string is simply an...
Here is the code for uploading files to a particular system(or a server) using FTP. FtpWebRequest ftpRequest; FtpWebResponse ftpResponse; try { //Settings requi...