Skip to content
Pranav on .NET
ramblings and technical insights of a coffee addicted developer
  • Speaking
  • Who is Pranav?
  • Contact

Tag: C#

C#/Troubleshooting

Troubleshooting – Error: Invalid attempt to call HasRows when reader is closed

Posted on August 3, 2012 by pranav / 0 Comment

Usually this error will be encountered while trying to access data from DataReader. Problem: System.InvalidOperationException was unhandled   Message=”Inv...

General

intereSTRINGS

Posted on May 25, 2010 by pranav / 0 Comment

‘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...

Uncategorized

Uploading a file to server using FTPWebRequest

Posted on May 19, 2009 by pranav / 0 Comment

Here is the code for uploading files to a particular system(or a server) using FTP. FtpWebRequest ftpRequest; FtpWebResponse ftpResponse; try { //Settings requi...

© 2021 Pranav on .NET
Powered by WordPress | Theme: Graphy by Themegraphy