﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=rishikesh-kumar-singh" rel="self" type="application/rss+xml" /><item><title>Setting the focus automatically on the control in a case when validation gets failed in asp.net.</title><description>Here I will show you how we can make end-user to identify the control whenever validation gets failed while submitting the form.</description><link>https://www.c-sharpcorner.com/blogs/setting-the-focus-automatically-on-the-control-in-a-case-when-validation-gets-failed-in-asp-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/setting-the-focus-automatically-on-the-control-in-a-case-when-validation-gets-failed-in-asp-net1</guid><pubDate>Wed, 27 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Accessing Control of Master Page From the Content Page in ASP.NET Web Application</title><description>Sometimes we need to access the control of the master page from the content page. We can do this very easily. Just follow the steps and see the magic that how we can have access of the controls of the</description><link>https://www.c-sharpcorner.com/UploadFile/301dc3/accessing-control-of-master-page-from-the-content-page-in-as/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/301dc3/accessing-control-of-master-page-from-the-content-page-in-as/</guid><pubDate>Tue, 26 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Function and Method in programming language.</title><description>Here i will explain the difference between a function and method.</description><link>https://www.c-sharpcorner.com/blogs/function-and-method-in-programming-language1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/function-and-method-in-programming-language1</guid><pubDate>Thu, 21 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Web Services: Part 2 (Creating a WebService)</title><description>In this article you will learn how to create Web Services and consume them in a client application.</description><link>https://www.c-sharpcorner.com/UploadFile/301dc3/web-services-part-2-creating-a-webservice/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/301dc3/web-services-part-2-creating-a-webservice/</guid><pubDate>Sun, 10 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>How to add favicon to the web-site?</title><description>Here i will explain  that how to add a favicon to the web-site?</description><link>https://www.c-sharpcorner.com/blogs/how-to-add-favicon-to-the-website1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-add-favicon-to-the-website1</guid><pubDate>Thu, 07 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Disable browser back button using JavaScript</title><description>Here I will show you how we can prevent the backward property of the browser.</description><link>https://www.c-sharpcorner.com/blogs/disable-browser-back-button-using-javascript1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/disable-browser-back-button-using-javascript1</guid><pubDate>Wed, 06 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Web Services: Part 1</title><description>In this article you will learn about Web Services in detail.</description><link>https://www.c-sharpcorner.com/UploadFile/301dc3/web-service-part-1/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/301dc3/web-service-part-1/</guid><pubDate>Mon, 04 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>How to shut down your PC using C#</title><description>This blog will show you that how to shut down the computer using asp.net  C#.</description><link>https://www.c-sharpcorner.com/blogs/how-to-shut-down-your-pc-using-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-shut-down-your-pc-using-c-sharp1</guid><pubDate>Mon, 04 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Checking out  internet connection using ASP.NET C#</title><description>In this blog we will see how we can check whether the internet connection is available or not.</description><link>https://www.c-sharpcorner.com/blogs/checking-out-internet-connection-using-asp-net-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/checking-out-internet-connection-using-asp-net-c-sharp1</guid><pubDate>Wed, 30 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Reading  web.config  file using  JavaScript</title><description>Here we will see how we can read from a web.config file using JavaScript function.</description><link>https://www.c-sharpcorner.com/blogs/reading-webconfig-file-using-javascript1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/reading-webconfig-file-using-javascript1</guid><pubDate>Wed, 30 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Placing your own reusable code into toolbox in visual studio and making use of it</title><description>Here I will explain that how to place our reusable code in visual studio tool box</description><link>https://www.c-sharpcorner.com/blogs/placing-your-own-reusable-code-into-toolbox-in-visual-studio-and-making-use-of-it1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/placing-your-own-reusable-code-into-toolbox-in-visual-studio-and-making-use-of-it1</guid><pubDate>Thu, 24 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Showing the browser type and its capabilities in ASP.NET C#</title><description>Here I will explain that how we can find the browser capability using asp.net C# by making use of HttpBroserCapabilities  object.</description><link>https://www.c-sharpcorner.com/blogs/showing-the-browser-type-and-its-capabilities-in-asp-net-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/showing-the-browser-type-and-its-capabilities-in-asp-net-c-sharp1</guid><pubDate>Tue, 22 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Cool tips in Visual Studio </title><description>Here I will present some cool tips provided by the visual studio editor .</description><link>https://www.c-sharpcorner.com/blogs/cool-tips-in-visual-studio1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/cool-tips-in-visual-studio1</guid><pubDate>Mon, 21 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Avoiding copy/paste of a blank line accidently in visual studio.</title><description>Sometimes we accidently copy a blank line that removes the content of the clipboard but we can avoid this by following some set of steps. Here I  will explain the steps to do that.</description><link>https://www.c-sharpcorner.com/blogs/avoiding-copypaste-of-a-blank-line-accidently-in-visual-studio1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/avoiding-copypaste-of-a-blank-line-accidently-in-visual-studio1</guid><pubDate>Fri, 18 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Opening Visual studio from Run and list of shortcut keys for .NET</title><description>In this blog I will show you how to open visual studio from run dialog box and also listed the shortcut keys for .NET.
</description><link>https://www.c-sharpcorner.com/blogs/opening-visual-studio-from-run-and-list-of-shortcut-keys-for-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/opening-visual-studio-from-run-and-list-of-shortcut-keys-for-net1</guid><pubDate>Tue, 15 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Showing tooltip on header columns of a GridView</title><description>Here I am going to explain how to show the tooltip on the columns of header in a GridView.</description><link>https://www.c-sharpcorner.com/blogs/showing-tooltip-on-header-columns-of-a-gridview1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/showing-tooltip-on-header-columns-of-a-gridview1</guid><pubDate>Thu, 03 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Happy new year 2013.</title><description>I make a wish that, happiness be at your door in this  year......!!</description><link>https://www.c-sharpcorner.com/blogs/happy-new-year-2013122</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/happy-new-year-2013122</guid><pubDate>Mon, 31 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Changing the color of row of the GridView on the basis of  particular cell value in ASP.NET C#.</title><description>Suppose we have a GridView and we want to change the color of the row based on particular cell value of the GridView .To achieve this we need to write code of only few lines on the RowDataBound  event of the GridView.</description><link>https://www.c-sharpcorner.com/blogs/changing-the-color-of-row-of-the-gridview-on-the-basis-of-particular-cell-value-in-asp-net-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/changing-the-color-of-row-of-the-gridview-on-the-basis-of-particular-cell-value-in-asp-net-c-sharp1</guid><pubDate>Fri, 28 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Performing task on checkbox checked event in GridView</title><description>If we have checkbox as TemplateField in a GridView and we need to write some code on click of a button only when the checkbox is checked then just follow the following set of steps.</description><link>https://www.c-sharpcorner.com/blogs/performing-task-on-checkbox-checked-event-in-gridview1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/performing-task-on-checkbox-checked-event-in-gridview1</guid><pubDate>Fri, 28 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Embedding VLC player in the Webpage and Specifying the File Location to be Played Dynamically using ASP.NET C#  </title><description>Using this you will be able to embed a VLC player in your webpage and you can play an audio file by specifying the path of the file dynamically.</description><link>https://www.c-sharpcorner.com/blogs/embedding-vlc-player-in-the-webpage-and-specifying-the-file-location-to-be-played-dynamically-using-asp-net-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/embedding-vlc-player-in-the-webpage-and-specifying-the-file-location-to-be-played-dynamically-using-asp-net-c-sharp1</guid><pubDate>Fri, 28 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Applying Single Selection to the CheckBox in a GridView using ASP.NET</title><description>Suppose you have a CheckBox in the GridView as a TemplateField and you want two make it single checkable. This will help you to do the same. Using this you will be able to select only one CheckBox at a time.</description><link>https://www.c-sharpcorner.com/blogs/applying-single-selection-to-the-checkbox-in-a-gridview-using-asp-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/applying-single-selection-to-the-checkbox-in-a-gridview-using-asp-net1</guid><pubDate>Wed, 26 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Making a particular column of a gridview hidden in Asp.net C#</title><description>This code will hide the column of a gridview . </description><link>https://www.c-sharpcorner.com/blogs/making-a-particular-column-of-a-gridview-hidden-in-asp-net-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/making-a-particular-column-of-a-gridview-hidden-in-asp-net-c-sharp1</guid><pubDate>Mon, 24 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item><item><title>Specifying the Serial number in the GridView in ASP.Net</title><description>Using this we are able to show the record numbers starting from 1 to the last count of no of rows in GridView.</description><link>https://www.c-sharpcorner.com/blogs/specifying-the-serial-number-in-the-gridview-in-asp-net122</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/specifying-the-serial-number-in-the-gridview-in-asp-net122</guid><pubDate>Mon, 24 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rishikesh Kumar  Singh)</author></item></channel></rss>