Page Redirect After Clicking OK on Message Box In Asp.Net Hi Friends, in this post we discuss about Page Redirect After Clicking OK on Message Box In Asp.Net. This tutorial will help us in any project on which we want to implement that when user click on any button, before redirect a confirmation message will be […]
Category: Asp, Asp.net
Get Selected Row Data in GridView on Button Click in ASP.Net In this we explained how to Get Selected Row Data in GridView on Button Click in ASP.Net. On Select button click we fetch data of that particular row and display it on a Label control. In Earlier post we have learnt How to Store and Retrieve […]
How to Store and Retrieve Images from SQL Server Database using Asp.Net In this tutorial we will discuss How to Store and Retrieve Images from SQL Server Database using Asp.Net. In this approach first of all we will upload file through FileUpload Control and save the image name in SQL Server Database. Then we will display […]
How to Create a directory using ASP.NET and C# In this tutorial we will learn How to Create a directory using ASP.NET and C#. To create a directory on the disk, first we will need to import the System.IO namespace. The System.IO namespace contains the CreateDirectory() method that we will use to create our directory. In previous […]