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 "c-net"

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.

Delete file from the server using asp.net c#

| | Category: c# .net

You should make sure that the file path passing to delete from the server in asp.net c#. This following code is to delete the record from database and also from the folder path of the server.

Assign values to enum and how to get value from enum?

| | Category: c# .net

You can assign any values to the element of enumeration List. In this example, I will show to how to assign values and datatype and get integer value from enum.

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.

[Solved]System.Data.Entity.DynamicProxies.Product Does not contain a property with the name ‘ProductId

| | Category: c# .net

I got this error “System.Data.Entity.DynamicProxies.Product Does not contain a property with the name ‘ProductId” while binding the object to the dropdownlist using the c# .net.

Data binding directly to a store query (DbSet, DbQuery, DbSqlQuery, DbRawSqlQuery) is not supported.

| | Category: c# .net

I got this following error “Data binding to a store query is not support”, when I tried to bind the dropdownlist using the entity framework model object.

Xml dropdownlist bind in asp.net?

| | Category: c# .net

In this example, I will show you to bind dropdownlist with an xml file using ReadXml() method. In order to read data from cities.xml file into a dataset from the specified path using Server.MapPath.

How to prevent items duplication for dropdownlist in asp.net?

| | Category: c# .net

In this example, I used dropdownlist and button, I binded dropdownlist with countries name on the page load.

C sharp partial class

| | Category: c# .net

When working with large projects, partial class splits the class for multiple programmers to work on it at the same time.

How to check all rows in a gridview in asp.net?

| | Category: c# .net

In this article we will discuss how to check all rows in a gridview in asp.net using javascript. When user clicks on the header checkbox it call a javascript function on that we are written logic about checkall/uncheckall for a gridview.

Page 8 of 14