17/06/2015 by Nitesh

Upload Files to FTP Server in C#

Friends, In some of my previous articles, I wrote about with How To List Files From FTP Server, How To Delete File From FTP Server, How To Download File From FTP Server. In this article, we will see how can we upload a file to FTP server using C# from our local hard disk. private…

Continue Reading »

03/06/2015 by Nitesh

How To Return Multiple Values From Function in C#

Friends, We all know Functions in C# has a function signature, function body and a return type. The signature comprises of the parameters sent to the function, Function body is the lines of code executed when the function is called and the Return Type is the type of value returned to the calling function. However,…

Continue Reading »

02/06/2015 by Nitesh

How To Create a TextBox Accepting Only Numbers in Windows Forms

Friends, Many times we need to have a textbox on our windows forms where we need to accept only numbers from the end users. .Net does provide us a NumericUpDown control but it is not always handy. In this post, we will see how we can create a TextBox accepting only numbers in Windows Forms…

Continue Reading »

04/05/2015 by Nitesh

How to Change Connection String of Query in Infragistics Report at Run Time

Friends, In a previous article, we saw how we can create a report using Infragistics Reporting. If you have not read it so far, you can read it here. In that post you might have noticed that we are using the in-built SQL Data Source from the “Report Data Explorer” window. Now, normally we develop…

Continue Reading »

28/04/2015 by Nitesh

How to Create a Simple Report in Windows Forms Using Infragistics Reporting

Friends, Infragistics provides a complete cool set of products in its reporting library. In this post we will see how we can create a very simple report using Infragistics set of controls. This post assumes that you have already installed Infragistics Reporting on your system. If not, you can download it from . Let’s get…

Continue Reading »

1 2 3 5