
Search In
DataBinding is the process to establish a connection between UI elements and the Activity class. This will synchronize your user interface with your application model and logic. DataBinding will also minimize your code and utilize your layout file fo
While doing validation you need to put validation apart from that you need to provide the regular expression
in cases where only specific values are allowed to enter otherwise user cannot enter it
Regular expressions are series of c
While writing codes and fetching data we bring data or the list of data into the grid which is also in the table form .
For doing that our first approach is to make the code written and return list from it.
EmployeeRepository EmpRe
Hello Friends,
In Wordpress if you listing post on your page and wants to setup pagination on the pages. Please review the below code, I am listing vacancy and you can make your changes as per code requirement.
<table>
<the
While writing projects in MVC we need to sometimes send our URL to the action where the methods will be called.
So here we are about to discuss a property called Url.Action which is used to redirect and navigate the view to the particular ac
Non Semantic Elements:- Traditionally, developers have implemented non-semantic elements with a class attribute to define the structure and express the meaning of content. It tells nothing about its content. The element has no special meaning at all.
Hi reader's, If you are developing website using google map and want to show location image and detail inside the marker then in this we will see how to do this.
Step 1: Create a blank space as an HTML div where the google map will load by
It is a known fact that every website would be in need of good and new traffic on a regular basis because it helps them to generate business and be productive a regular basis. It is important for people to understand the advantages of having organic
Hello reader's, today we will discuss about "How to pass extra variable in URL in Wordpress".
Suppose , Admin want to update the user detail then they go to user listing page and select the user and click edit button or link. When clicking edi
"ActionResult in Asp.Net MVC"
We all know that ActionResult is a return type mentioned in the Action Method inside a Controller in MVC.
In this article I will explain it in more detail.
Getting started:
A
