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 tagged on "CSharp"

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().

The following sections have been defined but have not been rendered for the layout page

| | Category: asp.net MVC

I got this following error due to the section was not defined in the master Layout.cshtml page, but it was included in the create View.

Mvc-show error message along with image

| | Category: asp.net MVC

In this article, I will show you how to display images along with Validation message using dataannotations in mvc asp.net c#.

How to use html beginform in asp.net mvc using areas?

| | Category: asp.net MVC

The mvc html begin form link to the action method of the controller that renders the form. The Html helper BeginForm has several overrides.

How to save data in database using entity framework before check if a record is exists?

| | Category: ADO.NET

In this article, I will show you how to check if a record exists before insert in to the database using entity framework in c#. You can use Any() because it will check soon as matches in records.

Data annotation maxlength attribute (c# example)

| | Category: c# .net

In this example, I will show you to apply maxLength attribute to a string property in a class. You can set the maximum value for the property using data annotation validation property maxLength attribute.

Page 7 of 23