Category - Enum
06 Aug 2015 06 Aug 2015 0 Comments  43793 Views
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) ComboBox from Enum in Windows Forms (WinForms) Application using C# and VB.Net.
The Enum values will be extracted into an Array and then each Array item will be added to the ComboBox in Windows Forms (WinForms) Application using C# and VB.Net.
05 Aug 2015 05 Aug 2015 0 Comments  40259 Views
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) DropDownList from Enum in ASP.Net using C# and VB.Net.
The Enum values will be extracted into an Array and then each Array item will be added to the ASP.Net DropDownList using C# and VB.Net.
05 Aug 2015 05 Aug 2015 0 Comments  21024 Views
Here Mudassar Ahmed Khan has explained with an example, how to use Enum (Enumeration) with jQuery.
05 Aug 2015 05 Aug 2015 0 Comments  21432 Views
Here Mudassar Ahmed Khan has explained with an example, how to use switch case with Enum (Enumeration) in JavaScript.
02 Apr 2015 02 Apr 2015 0 Comments  5155 Views
Here Mudassar Ahmed Khan has explained how to use Enumeration in JavaScript i.e. define and use Enum in JavaScript. JavaScript does not have any Enum data type but still we can create an array of key value pair and use it as Enum.
03 Nov 2011 03 Nov 2011 0 Comments  34028 Views
Here Mudassar Ahmed Khan has explained how to create and use Enums (Enumeration) in JavaScript.