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

Chart control in windows application c# .net

| | Category: c# .net

In this article I will explain with an example how to populate a chart control from sql server database using entity framework.

Data binding directly to a store query (DbSet, DbQuery, DbSqlQuery) is not supported. Instead populate a DbSet with data,

| | Category: c# .net

When I tried to run the application I got the following error it was resolved. You need to use the result of the query as datasource for your combobox.

How to select distinct records from list in c# Linq and bind to a combobox?

| | Category: c# .net

In this example, I will show you to select distinct records from list in linq and bind to a combobox in windows application using c# .net.

Group by with Where clause in Linq c#

| | Category: Linq

This following example Query will clear how to filter records using where clause and group by from a set of records.

How to convert SQL Query to Linq syntax?

| | Category: Linq

You can convert common SQL Queries to Linq syntax using Linq Converter.

How to glow a message highlight using JQuery UI?

| | Category: JQuery

In this article I will show how to glow a message highlight for 2 seconds using highlight effect implemented in jQuery UI. We can set color and time duration for the effect.

after ajax load AddThis is not working

| | Category: JQuery

Addthis is not working when I load dynamic content on button click. It was resolved by adding the script on page Load.

append multiple html content in jquery with example

| | Category: JQuery

If you want to multiple rows of html content via jQuery using append function and at the end of the line put slash(\) for sequence line.

@Html is not working for razor helper view file in App_Code folder

| | Category: asp.net MVC

I have created Helper file that is not accessible from App_Code folder and also HtmlHelper is getting null while running. It was resolved by get helpers from the PageContext

The following sections have been defined but have not been rendered for the layout page "~/Views/Shared/_Layout.cshtml": "Scripts".

| | Category: asp.net MVC

I got the following error while running the application I resolved it by adding @RenderSectrion(“Scripts”,required:false) in the _Layout page.

Page 50 of 82