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

Search In

ASP.NET MVC Areas

We already know that ASP.NET MVC framework includes separate folders for Model, View and Controller. However a large application can include a large number of controller, views and model which is difficult to manage. Areas help in splitting such lar

Can we bind a DropDownList using List<> in Asp .Net

Can we bind a DropDownList using List<> in Asp .Net The Answer is : Yes, we can bind a DropDown in Asp .Net using List<>. Please go through the following code for Example:- Let's create a Class say DropdownClass, in the class we create

Reset password check for validation before login and redirecting

In Laravel 5.0 we have in built functionality for forgot password or resetting password. Once the user reset his/her password he/she is logged-in and redirected to the specific URL. But what if the user is deactivated by the super admin temporarily a

How to Sanitize Email ID and URL in PHP

Hello Everyone, today I will guide you "To Sanitize a String in PHP" SANITIZE :- Data affirmation is usually an inclusive element of working with varieties. Not merely may be published files result in protection problems, nevertheless additionally,

final, finally and finalize in Java

final, finally and finalize in Java final: The meaning of final keyword varies with it's usage with class,methods and variables. Class: When final keyword is placed before class keyword then that class cannot be inherited i.e final class cannot be

OVERRIDING IN JAVA

Overriding method is different than overloading, as in overloading of a method, their are more than one method with same name but different parameter with in same class unlike this, In overriding of a method, a method in child class(sub class) has th

Parse JSON help

This is my code Sometimes i dont get an empty string. EditText ord; TextView fintext; Button send; RequestQueue requestQueue; String insertUrl = "myurl"; requestQueue = Volley.newRequestQueue(getActivity().getApplicationContext

Bind Gridview inside Data List view in VB.Net

Bind Gridview inside Data List view Some time we need to display content in tabular form in Data list. So we can use gridview inside in Datalist. Here we have to define the DataList_ItemDataBound event and find control of our gridview at the time o

How to save Data items in spinner

In the below  code I have created a spinner, when you add your name or text in edit text box and press Add Button your text data will be save on Spinner. Here first I have added a EditText, Button and Spinner with in activity_main.xml layout. In

Difference between Hashing and Encryption?

Hashing: A hashing is a protected version from string or text in the form of string or number. A string or number is generally have a fixed length. Hashing is a irreversible process, when we apply hashing on some string then it can't be decoded.

1 27 106
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: