JavaScript

Changing Style of HTML Elements using getElementsByClassName() Method

In this post on Changing Style of HTML Elements using getElementsByClassName() Method, I will explain how to change the style properties of HTML elements with specific class attribute. Changing Style of HTML Elements To begin with, we will use the getElementsByClassName() method in this example. In order to perform a common operation on all the …

C, Data Structures and Algorithms

Top 30 Algorithms You Must Know for Coding Interview

Since algorithms are just part of the solutions to bigger problems, an in-depth understanding of computer science data structures and algorithms is necessary. If you are preparing for a coding interview, then understanding the algorithms and their implementation is essential. The following list provides the Top 30 Algorithms You Must Know for Coding Interview. Top …

ASP.NET

A Simple Example of Using a DataList Control in ASP.NET

To illustrate the DataList control, in this article, I will demonstrate how to create a DataList control. Basically, it is A Simple Example of Using a DataList Control. Subsequently, I will show more detailed examples. In order to find basic information about the DataList control, you can read this article on Exploring DataList Control. Specifically, it tells about all templates …

ASP.NET

Properties and Methods of DataList Control in ASP.NET

As I have said in my previous post on DataList control, it is a template-based data-bound control. For the purpose of understanding the basics of DataList Control, read this article. Today I will explain the Properties and Methods of DataList Control in ASP.NET. Properties and Methods of DataList Control Since the DataList control is a container control for data …

HTML

HTML Practice Exercise

HTML (Hypertext Markup Language) is the language of the web. Since learning any language is possible by writing the code. Hence, here you are given some basic HTML Practice Exercise for getting familiar with it. Find here some more examples of HTML and JavaScript. HTML Practice Exercise Create a web page which displays a message “This …

ASP.NET

ASP.NET Practice Exercise

ASP.NET is a technology for creating dynamic websites. Since, learning any technology starts by writing code, here is an ASP.NET Practice Exercise, that you can use to learn ASP.NET. ASP.NET Practice Exercise Since, the simplest web page requires the use of these two basic controls, write a program for using Label and TextBox controls. Another important control from Visual …