Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How to bind ArrayList to DropdownList in Asp.Net?

To bind arraylist to dropdownlist,you have to add a namespace System. Collections which allow the collection of items in the application. So in Code behind page 'aspx.cs' we have to add namespace,see the below reference: using Sys...

drop down menu with nested submenus using css

If u want to create a horizontal menu with a submenu, code below is help you. In below first, we will remove padding and margin from first level and second level menu. We will style up first level list item and here we will use fl...

How to make selected menu using Angular JS

Hello Reader's if you want to show user the menu which he selects then you can use the code below. This code is written in Angular JS <div id="main" ng-app> <!-- The navigation menu will get the value of the "active" vari...

How to make simple dropdown menu using CSS

Hello Reader's if you are new to designing the menu bar, Then you can see how to make the quick dropdown menu using HTML and CSS. <!DOCTYPE html> <html> <title>findnerd dropdown example</title> <meta name="viewpor...

Generic DropdownList in MVC

Hi All, We in most of our projects in MVC come across creating dropdown list, that can be tricky sometimes. In this blog you all will get a preview of creating a generic function for creating dropdown for any list. The first thing we need t...

Unity 5.1 UI: DropDown Menu

Unity 5.1 UI : DropDown Menu We have to go through the following steps to create a DropDown menu in Unity 5.1 UI - In the Hierarchy Window go through UI -> Canvas Create a Panel1 as a child of this canvas Create a Button1 as a child of ...

Selenium Webdriver Syntax for Selecting a Value using selectByIndex method

Method Name: selectByIndex Syntax: select.selectByIndex(Index); **Purpose: To Select the option based on the index given by the user. There is an index for each attribute called "values" The below is the sample html code using index E...

How to Print Drop down value on Console

Hi, This Video tutorial will help to print Drop down value on Console. If you are stuck and looking solution for this, watch the full video.

How to make responsive navigation pure CSS

Hello folks, Here is an example of responsive navigation without javascript using pure css. HTML:- <nav> <a href="#" class="logoNAv">Logo </a> <input type="checkbox" id="nav" /><label for="nav"><...

Simple CSS3 Dropdown Menu

Hello Reader ! Here is an example how to make a simple dropdown navigation menu using css3 and i also showing you how to use transition attribute of css3 . I hope this example will help you . --Html-- <ul><li>Home</...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: