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 ArticleShow 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 ArticleSeat 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 ArticleOnline 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 ArticlejQuery 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 ArticleFix 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 ArticlejQuery .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 ArticleStylish 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 ArticleHow 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 ArticleQuick 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 ArticleDisplay 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 ArticleFEDe: 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 ArticleAdd 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 ArticleSequence 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 ArticleDisplaying 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 ArticleGoogle 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 ArticleTesting 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 Article4 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 ArticleReceived 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 ArticleDynamically 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