
Search In
While writing codes in MVC there is need for using javascript in the code.
So for doing that we need to put the library for it and adding the library bundle into the code.
$(document).ready(function () {
$(".editLink").clic
Action Result And Return Type In ASP.NET MVC
An ActionResult is return type of method/action defined in a controller. ActionResult is a class defined in namespace System.Web.Mvc. Result returned by action/method is called action result. We can retu
To fetch a data from database by using simple PHP code, firstly create a connection to the database by using simple query and create a login form using HTML code for entering values through user. on clickinng submit button, This form will be lo
Stored Procedure is already written queries which are saved in database. If you want to use any SELECT, INSERT, UPDATE, DELETE query multiple times then you can put your query in stored procedure and use it anywhere. You can execute your stored proce
In the realm of cyber security, threats have evolved alongside the advancement of technology. Among the many tools used by malicious actors, "sniffers" play a crucial role in gaining unauthorized access to sensitive data and breaching network s
What is HTML5?
It is a Hyper Text Markup Language which is used for structuring and presenting content on Internet.
It is the current version for HTML.
Its previous version was HTML 4.01.
It is the 5'th version of the HTML standard.
It'
Introduction of LINQ:
Abbreviated for Language-Integrated Query (LINQ). It was introduced in Visual Studio 2008 and .NET Framework version 3.5. The main concept behind it was to fill the gap between world of objects and the world of data. LINQ makes
Hello Readers,
eq() and get() methods in jQuery:
eq() method:
eq() method returns the element as a jQuery object.
This method constructs a new jQuery object from one element within that set and returns it that (means you can use jquery functions
JavaScript consist many type of datatypes, like:
Boolean
Number
String
Array
Object
To know what operation you are going to perform on variables, you need to have the knowledge what is the data types of the variable you are using.
For example:
v
Parameters are variables that are passed into a function which defines how something should be done. The values which are passed into the function are known as arguments.
There are five methods of passing the parameter:-
Value type
