­
Breaking News
Loading...

Create dropdown list with text and images (ASP.net- C#)

Create dropdown list with text and images (ASP.net- C#) We are providing you a simplest way to create dynamic dropdown list box with text and images. We used a jquery plugin to make this possible. Code explained here:- To implement concept first design table in your database and...

Read More...

Image Zoom Effect by jquery and css

Image Zoom Effect  by jquery and css To get a zoom function on hover of the item use this simple code. When cursor moves on the image a zoom up of the same will move on the right side of the image to be zoomed.
Read More...

Create Captcha with refresh button (ASP.net- C#)

Create Captcha with refresh button (ASP.net- C#) We are providing you a simplest way to create captcha for your registration form. A refresh button is also there to change captcha. There is no need of any jquery in this code. Code explained here:- Create a generic handler file...

Read More...

Merging image boxes with jquery

Merging image boxes with jquery Today we will show you a nice effect for images with jQuery. The idea is to have a set of rotated thumbnails that, once clicked, animate to form the selected image. You can navigate through the images with previous and next buttons and...

Read More...

Visual c# Replace special characters from a string

Visual c# Replace special characters from a string The following function will replace special characters from a string  with single space. Regex.Replace(str, "[^a-zA-Z0-9_.*\n\u2022 ]+", "") public string RemoveSpecialCharacters(string str)     {         String val = Regex.Replace(str, "[^a-zA-Z0-9_.*\n\u2022 ]+", "");        // return val.Replace("*", "\r\n \u2022");         return val;...

Read More...

Our Logo

Our Logo
Tech Hunters

Like us on Facebook