
Search In
Hello Readers,
Jquery .index() method generally used to search for a define element within the jQuery object which it is called on. Jquery .index() method has 4 different signatures with different semantics which can be confusing. In this article
SQL Server provides a number of global variables, which are very useful.The values of these variables is maintained by the server. All the global variables represent information specific to the server or a current user session.The names of global var
The following table provides list of all the methods that are used to manipulate the HTML and CSS.
Except html() method all other methods below work for both HTML and XML documents.
Method
Description &n
Hello Reader's!,If you want to add forgot password field in your login page and send the forgot password link through mail Then I wrote this blog for you.
// first create a forgot password link in your login page and allow forgot password page a
While working with MVC projects you first need to understand the architecture of it.
You first need to understand these things
Event we all know that when something occurs like a button click or a text changed we can fire the even
A hub acts as a multi port repeater. However, as more and more devices connect to it, it would not be able to efficiently manage the volume of traffic that passes through it.
A hub is used in past times where storage space is high an
While fetching data from the sources like the text file , the xml file or from the database first thing you need to do is to create a data source for it.
Data Source acts like a object of information that holds information about the settings and pat
While working with ADO.NET we always perform operations and for these operations parameters are required sometimes.
These parameters can be passed in the class object in number of ways.
One way is to pass these parameter in the list
While working in SQL, you always write queries and stored procedures and these things needs to done in a better and go through the conventions manner so that the understandability of your script will be more.
Rules while writing queries in S
1) To create notification UI content and action we make use of NotificationCompat.Builder object and Builder object must include the following:-
Small icon that would be shown when your notification will arrive at your device and it is done
