How To Ideas | How To Articles | How To Tutorials


List/Grid Programming languages Subscribe RSS feed of category Programming languages

How To Bind Data From SQL Server To Repeater Using SqlDataAdapter And DataSet

Some days back, I wrote an article on Binding Data To Repeater Using SqlDataReader class which you can read here. In this article I will explain the easiest way for Binding Data To Repeater Using SqlDataAdapter and DataSet classes. But before explaining this I want to differentiate the two methods (using SqlDataReader or using SqlDataAdapter and DataSet). As SqlDataReader is Forward only, this means, you can read data starting from… Read more »

How To Set Image Opacity Using C#

In this article, I will be showing you a complex manipulation i.e Setting image Opacity of any Image, which you can learn and try to apply on other images. Now this tutorial requires you to be very clear with the concepts of how Images work and how in theory we can manipulate their properties like colours or opacity. Also you need to have some knowledge of Matrices from Mathematics. Even… Read more »

General Information On Image manipulations For Designers And Developers

In this article, I will be sharing all the information much needed specially for a Programmer/Developer to manipulate the Image colours. This article needs you to have some knowledge of Matrices from Mathematics. In short,what I will be writing in this article is if we have to manipulate colour of the whole image or transparency, then how theoretically we have to think it first before doing the same in coding… Read more »

How To Bind Data From SQL Server Table To Repeater Using SqlDataReader

Now continuing my discussion on Binding Data to Repeater Control in ASP.NET, today, I will write about how can we Bind Data to Repeater that has been fetched from a SQL Server Table. The process is almost same to the one which I had discussed last time, where I bound a Collection(List) of custom class to Repeater (click here to view last article), the only difference is the way of… Read more »

How To Create Random Password Generator In C#

In today’s article, I will just show you how to create a very simple but useful application to create Random Password Generator in C#. I will be using Random class present in .NET to generate random numbers which then i will use to generate random character based on that number. You need not to be expertise in C# to create this application as in this application I will be using… Read more »

How To Use Typed Dataset In ASP.NET

In my previous article, I discussed about creating Typed Dataset in Visual Studio. In this article, I will show you how can we use that Dataset to fetch data. In this article, I will show, you how to edit a particular record in that Dataset, binding that Dataset to any Data Binding Control, fetching any column value of any row. To create Typed Dataset, first see my article on How… Read more »

How To Create Typed Dataset In Visual Studio

In .NET we have two kinds of Datasets, one is Typed Dataset and second is Untyped Dataset. Untyped Dataset are create at run time using code but Typed Dataset are created during design time and these exists as a file in your Website. You can add Tables, Views, etc. to Typed Dataset as many as you like. Once you are done, you can create new instance of this Typed Dataset… Read more »

How To Perform Searching In Registry Keys Using C#

To continuing my discussion about Registry Keys,  I would like to share one more trick about Registry keys here. As we can perform searching in Registry Keys, in Registry Editor, now I will tell you how can we perform similar kind of searching in Registry Keys using C#. Now if you are familiar with RegistryKey class in .NET, and searching a particular substring in string, then you can perform this… Read more »

How To Bind Data To Repeater In ASP.NET

Here is my first article on Binding Data to Repeater control in ASP.NET. Before starting, I would like to discuss about some of the properties of Repeater control, which makes it different from other Data Binding Controls like DataList, GridView, FormView, etc.. Repeater control doesn’t have any User Interface to define layout of the control. Like in GridView, DataList, etc., you can open task list and then can choose default… Read more »

How To Generate Random Number In C#

Some times your Application demands for Random numbers generated at run time and proceed accordingly. Say you are creating a game and you want to place monster or some thing like that at some place. That place too is a random one not always predefined. Here in this tutorial, I will show you an example for generating Random integers or double values and finally i will print them on Console…. Read more »



© 2012 How To Ideas. All rights reserved.
Proudly designed by Theme Junkie.