Search on web:-

Add Google adsense search box

We generally face problem to add "Google Adsense for search" in master page. The master page by default contains a form tag and your google search box code also contains a form tag. The error is thrown because a single page cannot contain more than one form tag.

Read more.. 

1. August 2010 09:46 by Administrator | Comments (4) | Permalink

Single Instance of Application in window form

While creating window application we generally come across a problem of running multiple instance of same application. For this problem we have two type of solution.
a. C# Trick
b. Using Mutex

Read more..

6. March 2009 09:03 by Administrator | Comments (6) | Permalink

Extend session using javascript in c#

Here I have implement the java script approach with asp.net to find session expire and show the confirm message to user before 1 minutes.

read more...

 

6. March 2009 08:59 by Administrator | Comments (16) | Permalink

Div and Flash Movie

Introduction
Some time I have to work on flash which should be inside a div so that I can hide some portion of flash and some time I have to use flash in div so that I can position the flash in the center of page.

read more....

15. February 2009 12:23 by Administrator | Comments (66) | Permalink

Customize Checkbox Control

Well, I was working on a project in which i need a customize check box. I want to use image for check box. I google on net and found no solution for customize checkbox for asp.net checkbox control. The idea is i want to write a code which make a asp.net checkbox control customize able without writing any code in checkbox control.

Read more..

6. February 2009 09:35 by Administrator | Comments (8) | Permalink

Rating Control

Well, I was working on a project in which i required a rating control. This rating control is developed using web control class. In which we have 4 properties. By using this property we can use the rating control.

read more... 

 

6. February 2009 08:39 by Administrator | Comments (1) | Permalink