What Is Digital Marketing

Definition of Digital Marketing-:  Digital Marketing is a process for giving the information about any product in digital way. In simple words we can say that When a company launches a new business or a new product. So after that its marketing is most important to make him successful because this is the only way… Read More »

fileupload control in asp.net csharp

What is a FileUpload control in asp.net csharp -: This control is use for uploading a file. image, or any video.We can insert any file in our web server using the Asp.Net FileUpload control that allows us to upload files to a Web Server or storage in a Web Form. FileUpload control is a part… Read More »

How to completely Uninstall any software from your Computer

Uninstalling software in computer -: There are many process for uninstall the software from computer. There are different way for uninstalling software in different operating system software. For uninstalling the software in window -: In the windows operating system first click the start menu and select the control panel menu. Here a window will open… Read More »

Adrotator control in asp.net csharp

The AdRotator control in asp.net csharp present ad images that when clicked, Navigated to a new web location.Each time the page is loaded into the browser an ad is randomly selected from a predefined list. The rotation file defines the following the attributes of each ad. Except for ImageUrl, these attributes are optional in asp.net… Read More »

Wizard control in asp.net csharp

Wizard Control In asp.net csharp-: This is a advance control its definition is a step by step process to perform any task. In this process we can perform any task by clicking next, if we have any mistake in process we can go to back to previous step. Sometime we want to break process in… Read More »

Radio button control in asp.net csharp

Introduction of Radio Button control-: This is another server side control.Radio Button are the option button in which we can select one option at a time. The radio button list control provide a single selection checked list.Like other list control, radiobuttonlist has an item collection with member that correspond to each item in the list.… Read More »

How to use image control in asp.net csharp

Image control in asp.net csharp-: Image control is used to display image into your web page. This is the server side control.In the asp.net csharp language we can use three type image control. Image Control-: In the image control we can insert image here. Image Button-:This control is used for inserting a image here. It’s… Read More »

Dropdownlist control in asp.net csharp

Introduction of dropdownlist control -: This control is a server side control. Dropdownlist control is used to create a dropdown list. Each selected item in a dropdownlist control is defined by a list item elements.The dropdownlist control called the combo box because it store multiple item but we can select one item. How to add… Read More »

List box control in asp.net csharp

Introduction of list box control in asp.net csharp-: We know that the list box control is the server side control. The list box control have collection of items. We can add or remove any item pro-grammatically. The list box control provides a single line selection or multi-line selection list. To enable multiple selection set the… Read More »

Checkbox in asp.net csharp

Introduction of checkbox in asp.net csharp-: Asp.net checkbox is used to allow user to select multiple options.like as if we are providing training for multiple technologies then we can use checkbox to allow select multiple courses.Now we can call server side c# code when the user checked or unchecked. There are two type check box… Read More »