
Search In
To bind checkbox with enum, we have to write some custom code. Here, below is the example of binding checkbox with enum.
Suppose we have a enum EmployeeGroup
public enum EmployeeGroup
{
[Display(Name = "Group 1")]
Group
Anonymous method is a method without any name and return type but have a body content and the optional arguments. This type of method is created by using the delegate keyword. Return type of the anonymous method is dependence on the return stat
Hello Nerds, This tutorial is for forwarding/sharing image from one application to other which was loaded from a remote url. Assuming that you have loaded an image from remote url and displayed it in your ImageView. The basic procedure is by taking b
Playing video file in unity game is as simple as drag and drop.
The only requirement is that the video that you have to add must be in .mov, .mpg, .mpeg, .mp4, .avi, .asf formats.
Then simply put video file(.mp4,.avi etc) in unity assets folder and t
For sending emails using Nodejs we will be using The Nodemailer module.
Nodemailer is a module that provides sending emails from the NodeJs application.
Here are some features of the Nodemailer module:
1) Zero Dependencies.
2) Sup
Minify Html in Cakephp 2.x
Hello friends welcome to findnerd. Today I am going to tell you how to minify html in cakephp 2. I am going to use minify html plugin which will remove unnecessary white spaces from html. This plugin is a
When a program starts the parameters or arguments send to the program using command prompt called Command-line argument or command-line parameter. A program can have many command-line arguments. We can alter the operation of program with command-line
This is where I'm getting the error. I just want to ask what should I do, to make this code running. I'm building a chatbot using tensorflow. And mostly the error is encountered in the if-else statements. So please have a look at it. And let
Hello Friend,
Hope you enjoyed my all free video tutorial sessions on Angular for the beginner developers. Now, I'm also going to present to you my latest video tutorial on Angular Pipe. A pipe inputs the data and converts it to the desi
Navigation drawer
:It can used as an app's main navigation option on the left edge of the screen. it it hidden all the time and revealed on the click of the app icon or swipe gesture from the left of the screen. Navigation drawer is used when
