
Search In
Hello Reader's!,If you want to change User Active / inactive status on click or dropdown change,Then I wrote this blog for you.
first you need to create dropdown box which contain user status 0 for Suspend 1 for active.
Example:
<?php $opti
AngularJS has provided a $http service that works as an ajax call in jquery. It performs a function of reading data from the server. $http makes a call to the database and retrieves the desired data or records.
How to use?
1. you need to inject $ht
Razor and ASPX both are engines are used for designing and defining the HTML part in your application.
While working with normal websites we go with the ASPX engine
While working with new kinds of project like MVC we use Razor engine for it.
Hellow Reader's !, Before going to Discuss about __Call Function in PHP u should know about Magic Function in PHP. If you have ever looked at the source code of open source PHP projects, you might have noticed object methods that begin with a dou
If you want to show web pages without opening browser application in your android application then make the use of webview as I have done below:-
1) to make your application access the internet use the permission"<uses-permission android:nam
While using ADO.NET classes we perform manipulations with data and tables.
But if in any case we first want to know the table structure or want to get the schema structure then we can also use this classes for that.
This is to insta
In C# it is a value data type. It contains information of different type of variables.
Srtuctures are mainly used to store homogenous information.
Structures are used to represent record. You might want to track the follow
If we need to show countdown till in some point of time in future then CountDown timer is the best solution
CountDown Timer sets countdown till in some point of time in the future, with regular interval.
CountDownTimer is the class that handles all
There have been numerous studies on credibility in life and especially in administration/management. It appeared like an interesting subject to read and think about. I am not going into a tremendous criticism simply making a few observations.
In thi
Header Files in C++ are used to provide the functions and facilities that is used in our program to make our task easy to do and better way to perform.
Header files provides the way through which you can print or take input in our prog
