
Search In
Hello Reader,
If you want to create WordPress custom login using AJAX below example will help you.
You just need to follow the steps one by one.
1.) copy the below line and paste it to header,php file under </head> section.
<script type
Ping
Ping is used to check the response from other terminals in the network. It will give you details related to the network you rare in and its status with request.
Ping returns different responses depending on the computer in question. Th
C++ allows you to define different types of variables. You can define a single variable that can hold data of multiple variables.
Defining a Structure:
struct [structure tag]
{
member definition;
member definition;
...
member d
Set View Dimensions at runtime
Welcome to another tutorial of setting view dimensions at runtime.
Following is a simple way to set your view dimensions at runtime (there is another way also for doing same but will discuss in another blog).
First
There are a lot of businesses right now that started to realize the importance of having their very own mobile app design. They know that a lot of users are using their phones right now. If they would not be available through mobile, how will p
Difference between ViewBag, ViewData, or TempData in MVC:-
In Asp.Net MVC you have three ways to pass data from controller to view and in the next request. They are ViewData, ViewBag and TempData.
ViewData:- Viewdata helps to maintains data when
In this blog we illustrate how to get the pagination data from SQL server stored procedure.
To create a such type of a stored procedure, we need to send a minimum three parameters(startRowIndex, pageSize, totalCount).
1. startRow
To implement Notification in iOS 10, follow below steps.
Go to Project -> Target -> capabilities -> push notifications
enable push notification.
Now in Your AppDelegate Class do following steps -
1. Import UserNotifications.
2. Assign &ld
Hi Friends,
In my previous blog Form Helpers in Rails Part-1, we have talked about only the basic form helpers. Today we will be discussing forms with models. As we know in MVC, forms are mostly used for creating, updating or editing models. So rail
Hello all
Working with SQL Server we have to copy data from multiple sources and from this purpose we can use SqlBulkCopy Class which helps us to bulk copy data from different data sources to SQL Server database. This class is present in the System.
