Counting record and sorting with fiscal month in APEX chart
Recently in one of my project that built in Oracle APEX. This is basically a Change Request System (CRS) built in APEX to submit or log any change request by…
Implementing AJAX keyword search from database table
In this exercise, I will demonstrate how to implement a simple keyword search in MS SQL Server database using textbox and gridview control in Asp.NET AJAX technology. Most of the…
Rename files in file directory using asp.net
In this example of I will show how to rename all the files in a directory using asp.net. Sometimes you may have thousands of photos that require to rename or…
Installing ASP.NET Membership Schema in SQL Server 2005/2008
Before starting this tutorial, assuming that you have installed SQL Server 2005 or SQL server 2008 installed in your local machine. If you have not installed either one of those…
Select list returning URL redirect using custom SQL
Sending user to some url with trailing value In some cases you want to send user to external or internal url with some value added with the link. You can…