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 "-Net"

Asp .net text to speech using c#

| | Category: .Net

In this article I will show you how to convert text to speech using namespace System.Speech in .Net framework.

Asynchronous operations are not allowed in this context. Page starting an asynchronous operation has to have the Async attribute set to true.

| | Category: .Net

I got the following error while running the asp.net web application. It was resolved by adding Async=”true” attribute as instructed by the exception message.

An asynchronous operation cannot be started at this time. Asynchronous operations may only be started within an asynchronous handler or module or during certain events in the Page lifecycle.

| | Category: .Net

I got the following error while running the application; we needed to add Async attribute to the page directive and set the value is set to true.

Can make a call from HTML button to server side page

| | Category: .Net

You can call any server side control by defining runut=”server” and onServerClick for HTML button and you can not do with asp button.

 remove character from html file?

| | Category: .Net

While running the project I got the following  character displayed on the top of the html page. It was fixed by encode the html file using Notepad++.

How to bind gridview with json in asp.net c#?

| | Category: .Net

In this article we will discuss How to bind gridview with json in asp.net c#. On the page load bind the gridview using datatable on the same time use jquery to bind gridview.

How to bind data from xml file to chart control in asp.net?

| | Category: .Net

In this article we will discuss, to bind data from xml file to chart control in asp.net. we need to create xml file with name Visitors.xml.

How to create 3 dimensional charts in asp.net?

| | Category: .Net

In this article we will discuss, to create 3 dimensional charts in asp.net. It is simple we need to set Enable3D property to true in Area3DStyle.

How to bind data from database to chart control in asp.net?

| | Category: .Net

In this article we will discuss, to bind data from database to chart control in asp.net. To connect the database by using connection string, retrieve data from database and binding to chart control

How to create chart by programmatically in asp.net?

| | Category: .Net

In this article we will discuss, to create chart by programmatically in asp.net. Before preceding this refer part1.

Page 2 of 4