Inserting Multiple Checked Value from CheckBoxList to DataBase

Filed in ASP.NET, Web AppTags: , , , , , ,

Our recent post about how to bind a CheckBoxList with database. I hope all you guys have got very useful information. Today i will tell you that how to insert the values that are selected from the CheckboxList. Sometimes we need to select multiple values from the checkbox and we want to save all the [...]

How to Bind a CheckBoxList Control with DataBase Table – using DataReader and Datatable

Filed in ASP.NET, Web AppTags: , , , , ,

In this article we will learn to bind the CheckBoxList Control with Database Table. I have used the SQL Database in this project. Also I have used the IDataReader and DataTable to fetch the records from the database table. This article will beneficial when you need to show a checkboxlist with various options so that user can [...]

How to Play a YouTube Video in ASP.NET Web Application

Filed in ASP.NET, Web AppTags: , , , , ,

In this article we are going to play a YouTube video file in our web application in asp.net. Sometimes we need to play the video in our application. This article will help you to perform this task in the easiest way. I have used a TextBox, Button and Div control to perform this task. Later [...]

Showing and Hiding DIV using JavaScript

Filed in ASP.NET, JavaScript, Web AppTags: , , , ,

In this article I will tell you that how to show and hide the div dynamically. I have used JavaScript code to perform this operation. Also this showing and hiding of the Div will be perform on the click event of an Image. The purpose of using the Image is that you can distinguish between [...]

Bulleted List Control in ASP.NET

Filed in ASP.NET, Web AppTags: , , , , ,

As you are a web developer you are very well known about HTML for web designing. While developing a web application we need to use many of HTML tags several times. These tags can be used inside the source code of the aspx page or in style (.css) files. Sometimes we need to use the [...]