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

Search In

Different ways to pass data from controller to view in Asp .Net MVC

"ViewData vs ViewBag vs TempData vs Session" There are following four ways to pass data from controller to view in Asp .Net MVC:- ViewData ViewBag TempData Session Overview: Let us see them in more detail: ViewData: It is a dicti

vithird tvblu

Single sometimes have become aware of one word generally known as working with hypnotherapists. Strategy is truly a undertaking and that's ordinarily misunderstood on tv. For this, numerous individuals panic hypnosis. Regardless of this, smokers real

Upgrade Lab module in GNU Health

Hello Guys, Serpent Consulting Services Pvt. Ltd. has extensive experience in the field of ERP implementation and consulting. We present you the module that allows the user to select the Lab to get the lab test done. GNU Health is a health care sys

Currency exchange rate using Google Api

Google provides a simple and free* API for querying currency exchange rate. You can convert the currency using google apis url which are given below https://www.google.com/finance/converter?a=$amount&from=$from_Currency&to=$to_Currency Whe

What is the use of COUNT() function in MySQL?

In MySQL, COUNT() function used to return the number of rows that matches with a specified criteria. Syntax: COUNT(column_name) When we use COUNT(column_name) function in select query it returns the number of rows for the specified column: SELECT

How to use of AND & OR operators in MySQL?

Sometimes we need to filter records based on some conditions, for that we use the AND & OR operators in MySQL. AND operator - We use AND operator if we require both conditions in a query means the AND operator displays a record only if both the

Angular $q,promises and deferred.

Promises are logics that are executed after any function is completed.  In AngularJS, promises are provided by the in-built $q service. It executes asynchronous functions by registering them with the promise object.   Deferred helps to con

Upload multiple images/files with multiple input type with single submit button

Create the html for multiple file upload.The form action would go to the "uploads.php" file.  <form action="upload.php" method="post" enctype="multipart/form-data"> Select Files: <input name="blogimg[]" type="file"/&

Differece between ROW_NUMBER(), RANK() and DENSE_RANK() in SQL Server

ROW_NUMBER() RANK() DENSE_RANK()   All of these three functions are used to calculate the Id of row but in different way. I am using the below script for examples ​ CREATE TABLE Marks ( SubjectId INT, Marks INT ) INSERT INTO Marks VAL

Reset Password link code in cakephp

Hello Readers! Here is a cakephp code to reset your password. Create a view reset.ctp and paste the below code to it: <?php echo $this->Session->flash(); ?> <div class="container"> <div class="midBlock clearfix">

1 60 282
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: