
Search In
If you would like to change your facebook profile picture with php or jquery. You can use below code for the same.
Please download facebook.js from Facebook SDK.
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script
In order to gain Traffic or to promote app, product or website through Social media activity one should focus on the below mentioned activities:
Marketing Activity Plan
General SMM Activites
These ar


Versioning ASP.NET Core Web API using HTTP Header Approach
API versioning allows us to introduce new features in existing Web API and makes it more flexible and adaptable to the changes while keeping the existing functionalities intact. Imagine a
Introduction
In Visual Studio we have a built-in Web Form template to use, which we further change according to our need. But there may be case, when we want to have a custom template that we want to design as per our requirement and reuse it while
In previous versions of ASP.NET the common file web.config was used for configuration. But now Asp.Net Core provides a new way for declaring and accessing configuration settings. Prior to ASP.NET Core for accessing configuration settings, i
The circular linked list and the other linked list whether single linked list or double linked list only have the difference that in doubly linked list the next position of the last node is NULL while in the circular linked list the last positi
By using CSS, HTML and Javascript we are going to customize a file upload button. Here we are going to create a new file upload button with image on clicking that button it will open up the files so the user will upload the particular file that he wa
In this blog,we will learn to create a simple angularjs application using Dotnet Framework.So Let's start to implement it step by step.
1.Open Visual Studio and Create a New MVC project.
2.Now create a MVC5 Empty Controller as
Things have changed in drupal 8, rather than a single form, you can now make diverse contact forms. In the standard contact form you have the fields like your name, your email address, subject and message and if you click on the send button it is sen
"Partial View in Asp.Net MVC"
Key Features:
1. The View defined inside the parent View is called the Partial View.
2. It is same like a user control (.ascx) in Asp.Net.
3. The Partial View has access to the data of the parent View.
4. The changes
