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

[Solved] Unknown server tag ‘asp:Chart’

| | Category: .Net

While running the application I had faced error message Unknown server tag ‘asp:Chart’ . This problem was resolved by registering the assembly in design page of flowchart.aspx.

[Solved] An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode

| | Category: .Net

When I was trying to run the application I had faced this problem. I have resolved by setting webconfig. Under tag set validateIntegratedModeConfiguration="false".

How to create an object using object literal notation in JavaScript?

| | Category: JavaScript

In this article we will discuss, how to create an object using object literal notation in JavaScript. When we change made to the objects, it affects entire object of the script.

How to create an object using constructor function in JavaScript?

| | Category: JavaScript

In this article we will discuss, how to create an object using constructor function in JavaScript. An object defined with the function constructor lets to have multiple instances of that object. When changes made to one instance, will not affect the other instances.

How to create an object in JavaScript?

| | Category: JavaScript

In this article we will discuss, how to create an object using JavaScript. We can create a custom class and then create an instance of a class. In JavaScript we don’t have class instead of that we can use functions.

What is JavaScript minification?

| | Category: JavaScript

JavaScript minification the process of removing all unnecessary characters such as comments, whitespaces and new line characters from source code without changing its functionality. It may also reduce the file size by 30% to 90%.

How to check client side validation for email address using JavaScript in asp.net MVC?

| | Category: JavaScript

In this article we will discuss, how to check client side validation for email address using JavaScript in asp.net MVC. It is common to check the format of the email is valid or not. To validate email address we need to use regular expression. In MVC razor we should use @@ symbol to perform validation.

How to replace number with string in JavaScript?

| | Category: JavaScript

In this article we will discuss replace number with string in javascript by using regular expression .It is achieved by two methods

Regular expression in javascript

| | Category: JavaScript

The regular expression is an object that describes pattern of characters that is used to match the character combination of strings.

How to open a popup window and closing in JavaScript?

| | Category: JavaScript

In this article we will discuss about popup window and closing it. To open a window by using window.open(). The window.open() has as 4 optional parameters.

Page 66 of 82