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 convert bytes to stream using asp.net c#?

| | Category: c# .net

In this article you will learn about how to convert url to stream using Asp.NET C#.

How to get last inserted value from a table using c# ?

| | Category: c# .net

In this article learn how to get last inserted value in a table. When we insert data into table we get the last identity value using @@IDENTITY.

how to insert text in the begining and end of stringbuilder?

| | Category: c# .net

From this article you can learn how to insert a string in a string builder by specifying the start position and the text that you need to insert.

How to resize an Image at run-time in C# asp.Net?

| | Category: c# .net

In this article you will learn about how to resize an Image at run-time using C# asp.Net.Resize an image with good quality, and having less weight of an image so that webpages will load it faster.

how to create a Autocomplete textBox using Asp.net C#?

| | Category: c# .net

In this article I will explain how to create a autocomplete textbox using C# in ASP.Net.

how to read xml and then bind it to GridView control in ASP.Net using c# ?

| | Category: c# .net

In this article I will explain how to read the data from XML file and bind toGridView control using C# in ASP.Net.

[solved ]The required anti-forgery cookie "__RequestVerificationToken" is not present.

| | Category: c# .net

We need to add [ValidateAntiForgeryToken] attribute before our action. And also should add @Html.AntiForgeryToken() in our form.

How to use dropdownlistfor in MVC .net?

| | Category: c# .net

Simple example of how to create a drop down list in ASP.NET MVC using DropDownListFor.

how to use goto statement in c#?

| | Category: c# .net

The goto statement is a jump statement that controls the execution of the program to another segment of the same program.

how to do while loop in C#?

| | Category: c# .net

We need to repeat the code block of C# statements as long as a certain Boolean expression evaluates to true.

Page 13 of 14