In this article, I will show you how to get name of the image from the url path in asp.net. I am going to get name form the following URL path..,
In this article, I will show how to create RSS feed Reader from Linq to XML in asp.net. You can fetch the feed link using the following News blog feed Link.
I am using dapper, I got the following error message “Procedure or function has too many arguments specified” while inserting data into database.
In this article, I will show you how to create a watermark text while uploading and save it in the project folder using asp.net c#.
In this example, I will show you to apply maxLength attribute to a string property in a class. You can set the maximum value for the property using data annotation validation property maxLength attribute.
I got the following error while sending email using asp.net c#. You should check the authentication correctly configured or not in Network Credential. If then it is proper it should be blocked by the yahoo server.
In this article I will show you how to send email using asp.net c#. You need to configure the yahoo mail smtp server in SmtpClient class from the namespace System.Net.Mail.
In this article, I will show to how to insert, update, delete in gridview in asp.net with c# code. First step you should create an xml file with column fields and save it as mytask.xml.
In this article, I will show to convert from string to int by parsing. Here I want to increment id field in xml for new entries. In XML, data fields are in a string so that I needed to convert it to int.
In this article I will show you to write a c# program to shutdown computer using asp.net. we have to include System.Diagnostics and use start process it forces to shut down the computer as parameters specified.