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

Latest posts on "asp-net-MVC"

Solved:Parser Error Message: Could not load type OpenAuth.MvcApplication

| | Category: asp.net MVC

I got this following error while running the application. It was happened after updating nuget package using the package manager console. It was fixed by deleting all files from the bin folder of the project. Right click on the project and click clean and build.

No assembly found containing an OwinStartupAttribute

| | Category: asp.net MVC

I got the following error while running the application. I have created a simple chat application using signalR in asp.net mvc. I have installed signalR in the project by nuget package manager console and registered signalR hub in the page.

Uncaught Error: SignalR: Error loading hubs.Ensure your hubs reference is correct, e.g.<script src=’/signalr/js’></script>

| | Category: asp.net MVC

I am using singnalR hub in asp.net mvc 4 application. I got this following error it was cleared by referencing signalR hubs in the page.

SignalR mvc example in asp.net

| | Category: asp.net MVC

SignalR is an open source library is used to build real time web applications. When more than one user working on an application, when one user making changes, meanwhile the other user can see the changes without reloading the web page.

How to implement captcha in asp.net mvc?

| | Category: asp.net MVC

In this article, I will show how to create captcha in asp.net mvc. A captcha is a validation Layer is used to recognize the type of user before sending data to the server side. It helps to avoid the spam messages or users.

Checking username availability with Ajax using jQuery in asp.net mvc

| | Category: asp.net MVC

In this article, I will show you how to check username availability for registration form validation using jQuery Ajax in asp.net mvc. Here I check the validation in jQuery for textbox change event.

Knockout js tutorial with asp.net mvc

| | Category: asp.net MVC

In this article, I will show you a knockout Ajax example, with curd operations using jQuery. Knockout js is a free open source library. It is small and lightweight JavaScript Library. I have built a web form to display records and do curd operations (insert, update and delete) using Northwind Database customer table.

How to create custom error page in asp.net MVC?

| | Category: asp.net MVC

In this article, I will show you how to add custom error page in web config using asp.net MVC. If application got any error you can invoke asp.net 404 page.

Datalist autocomplete from database in jQuery

| | Category: asp.net MVC

In this article I will show you how to use datalist to create jQuery autocomplete multiple values from database. You should make an Ajax call to server method GetCompanyList() and fetch company name and city...

Display image for asp.net mvc form validation using css class

| | Category: asp.net MVC

In this article, I will show you custom validation in mvc, displaying image using css class for error message. The field-validation-error css class are applied to the ValidationMessageFor() and Validation-Summary-errors css are applied to the ValidationSummary().

Page 6 of 15