Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Using JQuery in MVC

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

  • 202
Action Result And Return Type

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

Fetching Data from database using php

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

How to execute stored procedure?

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

Understanding Sniffers in Cyber Security: The Silent Observers of Network Traffic

 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

An Overview to HTML5

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'

Tutorial On LinQ and Simple LinQ examples

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

What is the difference between eq() and get() methods in jQuery ?

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

Datatypes in JavaScript

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

Kinds of Parameters in C#

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

1 148 160
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: