c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Change image src using jQuery

| | Category: JQuery

In this example, I will show you how to change the image src attribute using jquery. The attr (name, value) method is used to set the named attribute, src and value.

How to extract favicon from a webpage URL?

| | Category: asp.net MVC

When you pass URL of web page to the function and it will result the icon of the website.

Regular expression for email id

| | Category: JavaScript

You can use RegExp function to validate email address.

Get you domain name from URL

| | Category: c# .net

It can be achieved by two methods, getting the domain hosted name using URL request Request.Url.Host and another by Uri.

Redirect to external URL from controller asp.net MVC

| | Category: asp.net MVC

You can redirect to an external URL by using Redirect Method() or via Json Result.

Sql server isnull example?

| | Category: SQL

In this article, I describe How to use NULLIF in sql server. As we knows nullif clause used to check the value is null or not. If the value is null then we define some default value.

How to modify or insert already existing table value using by another table in sql server?

| | Category: SQL

In this article, I describe How to modify or insert into already existing table value using by another table.This is achieved by a select statement.

How to copy/insert a table value from one table to another in sql server?

| | Category: SQL

In this article, I describe How to copy or insert one table value to another table.This is achieved by a select statement.

The "RenderBody" method has not been called for layout page

| | Category: asp.net MVC

You should insert @RenderBody() inside the Layout page.

How to convert List To DataTable using generics to pass as tvp(Table-Valued Parameters) as parameter in stored procedures

| | Category: Generics c#.Net

Very often we need to convert List To DataTable,so that we can pass DataTable to Stored Procedure as Paramter in the form of tvp

Page 52 of 82