In this article you will learn about how to convert url to stream using Asp.NET C#.
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.
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.
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.
In this article I will explain how to create a autocomplete textbox using C# in ASP.Net.
In this article I will explain how to read the data from XML file and bind toGridView control using C# in ASP.Net.
We need to add [ValidateAntiForgeryToken] attribute before our action. And also should add @Html.AntiForgeryToken() in our form.
Simple example of how to create a drop down list in ASP.NET MVC using DropDownListFor.
The goto statement is a jump statement that controls the execution of the program to another segment of the same program.
We need to repeat the code block of C# statements as long as a certain Boolean expression evaluates to true.