One of the viewer asked, It is simple to download the file. We have to store the file in a specified folder path and then store the file path into database.
I have the following error on this method "Cannot implicitly convert type 'System.Linq.IOrderedQueryable<.Models.Student>' to 'System.Collections.Generic.IList'. An explicit conversion exists (are you missing a cast?)"
In this article I will show how to append new data to an xml file using c#. If you want to add data to xml file without reloading the xml file appending data to the first row using the xElement addBeforeSelf...
In this article I will show you how to create a mouse hover effect for asp.net gridview rows using jQuery. You can apply Css effects for a gridview using JQuery related Css methods like addClass, removeClass and toggleClass etc.
In this article, I will show you how to create a random generating alphanumeric stirng using asp.net C#. You can call this method by passing an integer as parameter.
In this article I will show you how to apply brightness of an image using c#.net. You can adjust the color components of the image from the input ranges between -255 and 255.