Quantcast
Channel: TechBrij
Browsing all 116 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

jQuery Popup on button click instead of link navigation

I see there are a lot of jQuery popups. Mostly work on link navigation means when you click on link then it will show popup. Suppose you want to show popup on button click then here is the simple...

View Article


Image may be NSFW.
Clik here to view.

Show ModalPopUp to Edit Asp.net Gridview Row Values Without using...

This article explains how to add a pop-up control to a gridview in order to display drill-down (Master detail) information without using ajaxcontroltoolkit ModalPopup extender. let us take an example...

View Article


Image may be NSFW.
Clik here to view.

Seat Reservation with jQuery

In my Online Bus Reservation System project, I got queries from many people about how to implement seat selection screen effectively. So, I decided to write on it. This post explains how to implement...

View Article

Image may be NSFW.
Clik here to view.

Online Ticket Booking System using ASP.NET

In my previous post, I explained how to implement seat reservation with jQuery. In this post, you will see how to use it in ASP.NET project to save and retrieve data from database. It can be used in...

View Article

Image may be NSFW.
Clik here to view.

jQuery Date Range Picker To Select Year, Month Or Quarter Only

This article explains how to implement custom date range picker to select year, month or quarter only (Generally used in reporting) and get start date and end date of user selected value. We will use...

View Article


Image may be NSFW.
Clik here to view.

Fix Google Adsense Blank Ads Issue

A few months ago, I faced this problem and figured it out. I would like to share my experience so it might help you. See following steps to figure this issue. 1. Make sure you are strictly following...

View Article

Image may be NSFW.
Clik here to view.

jQuery .attr() vs .prop()

jQuery 1.6 introduces .prop() function and separates DOM Attributes and Properties, it raised a lot of questions about the difference between .attr and .prop functions. Before going jQuery, let us...

View Article

Image may be NSFW.
Clik here to view.

Stylish ASP.NET Wizard Control with Horizontal Sidebar on Top

Our objective is to customize asp.net wizard control sidebar as stylish horizontal step navigation on top without any image. First, we will disable existing side bar and use header template to create...

View Article


Image may be NSFW.
Clik here to view.

How to Add Your Facebook Page To Your Profile

It’s not about copy and paste Facebook page link into profile options. I see some Facebook profiles having their page list in left side bar. So, I decided to add my TechBrij page to my profile in left...

View Article


Image may be NSFW.
Clik here to view.

Quick View of ASP.NET UpdatePanel Control

UpdatePanel control is used to perform partial-page update means you can refresh selected parts of the page instead of refreshing the whole page with a postback. In this post, you will get UpdatePanel...

View Article

Image may be NSFW.
Clik here to view.

Display Flickr based User Profile Photo using PhpFlickr

In your web app, If you don’t want to store images on your hosting to save space and bandwidth, Flickr is the best option for you. Flickr is the most popular online photo management and sharing app....

View Article

Image may be NSFW.
Clik here to view.

FEDe: A Search engine for Front-End (HTML, CSS, Javascript & jQuery) Web...

Generally, A Web developer or designer want to search in his/her favorite sites first, but too complex to search in individual site one by one. Being a Front-End developer, I decided to create a...

View Article

Image may be NSFW.
Clik here to view.

Add Facebook Like Button in Your Google Custom Search Results

If you are using Google custom search engine for your website and want to add Facebook like button in every search result. See following steps to implement this. Assuming you are familiar with basic...

View Article


Image may be NSFW.
Clik here to view.

Sequence contains no elements : LINQ error

If you are using LINQ or Lambda expression and getting error: InvalidOperationException “Sequence contains no elements”. It means you are trying to retrieve an element from an empty sequence(may be...

View Article

Image may be NSFW.
Clik here to view.

Displaying Total in ASP.NET Gridview Footer Row Without using Template Field

There are tons of articles to display total in asp.net gridview footer row. The common approach to implement this is: 1. Create template field of the column which is to be totalled. 2. Define...

View Article


Image may be NSFW.
Clik here to view.

Google Adsense: Leaderboard (728 x 90) vs Link Units as Navigation Menu

In my recent post, I shared my Google Adsense placement experiments. I have updated my theme several times to make it more user friendly and focusing on content and to experiment Adsense placement....

View Article

Image may be NSFW.
Clik here to view.

Testing Web services or REST API Easily with Poster Add-on

If you are developing a web service client, you access web services, pass parameters and test the response to know the behavior of service. It can be easily accomplished using Poster Firefox add-on....

View Article


Image may be NSFW.
Clik here to view.

4 Things Every Android User must Know

Android is open source and fully customizable mobile platform. It offers a full stack: an operating system, middle-ware, and key mobile applications. It is estimated more than half of the smartphone...

View Article

Image may be NSFW.
Clik here to view.

Received Google Adsense Cheque

Happy New Year to all TechBrij Readers !!! Hope, you are going well to fulfill your new year resolutions. I am happy to announce that I have received my Google Adsense Cheque. I am a big fan of Google...

View Article

Image may be NSFW.
Clik here to view.

Dynamically Enable or Disable ASP.NET Validator and Page.IsValid

In my post, I discussed different client side APIs and Methods of asp.net validator Controls. Now suppose if you have customized validation on client side, what’ll happen on server side? We need to do...

View Article
Browsing all 116 articles
Browse latest View live