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

Image may be NSFW.
Clik here to view.

Run Your Custom Script Quickly with SSMS Tools Pack

Suppose you have to do a task repeatedly with different objects of database, for example, you have to generate code or stored procs of table in the specific format, you created your custom SQL script...

View Article


Image may be NSFW.
Clik here to view.

Month Range Picker using jQuery UI Datepicker

In this article, we’ll implement month range selection feature in which user can select start and end months to get monthly data and we don’t want to add one more external library for this if jQuery...

View Article


Image may be NSFW.
Clik here to view.

Display File Download Count in WordPress

In some posts, I’ve attached source code and files allowing user to download. Now I’m interested to check how many times file downloaded and how to display it with download link as in other sites. I...

View Article

Image may be NSFW.
Clik here to view.

HTML Table Row Grouping with jQuery

It’s easy to group data in SQL statement, but if you have to display it using HTML table, It’s not drag and drop as in reporting environment. One way to group on server side and draw tr td...

View Article

Image may be NSFW.
Clik here to view.

Grouping Data in ASP.NET Gridview Control

In my previous post, I explained how to group HTML table rows with jQuery. This post explains How to do same thing using ASP.NET Gridview control on server side. The logic is same to check row by row....

View Article


Image may be NSFW.
Clik here to view.

The Best Android Applications For Daily Use

Smartphones have entered in different business domains. Recently, Android Market exceeded 10 billion app downloads—with a growth rate of one billion app downloads per month. In my recent post, I...

View Article

Image may be NSFW.
Clik here to view.

4 Notepad++ Plugins Make You More Productive

In my previous Notepad++ post, I shared useful tips for fast development. You can extend Notepad++ by installing plugins. The beauty of the Notepad++ extension is that it allows you to add a specific...

View Article

Image may be NSFW.
Clik here to view.

Responsive Design: Make Your Website Mobile, Tablet, Desktop Compatible

Every client wants their website compatible with all platforms, whether user is accessing the site on a mobile phone, tablet, desktop computer or wide-screen. There are so many devices BlackBerry,...

View Article


Image may be NSFW.
Clik here to view.

How to Test Responsive Web Design

My previous post explains basic steps for responsive web design to make the site mobile, tablet and desktop compatible. Now, we have to test the website in different resolutions. You can test it...

View Article


Image may be NSFW.
Clik here to view.

Insert, Update, Delete in ASP.NET Gridview With Entity Framework

This article explains how to perform insert, update and delete operations in ASP.NET GridView with Entity Framework. Let us take an example to perform CRUD operations using Entity Framework Database...

View Article

Image may be NSFW.
Clik here to view.

Anonymous Type LINQ Result and GridView Sorting in ASP.NET

It explains how to implement asp.net gridview sorting functionality when gridview datasource is Anonymous Type. Suppose you are using Entity Framework OR LINQ to sql, getting data with a particular...

View Article

Image may be NSFW.
Clik here to view.

3 Practical Uses of Zen Coding

You must know Zen Coding if you are Front End Web developer. Zen coding allows for fast coding and editing in HTML, XML, XSL, and other structured code formats. It uses CSS selectors like syntax and...

View Article

Image may be NSFW.
Clik here to view.

3 Ways to implement CRUD (Select, Insert, Update, Delete) Operations

CRUD (Create, Read, Update, and Delete) are the four basic and essential database operations of an application. There are different ways to design to implement CRUD operations. In this article, You’ll...

View Article


Image may be NSFW.
Clik here to view.

Implement Audit Trail Quickly for Microsoft SQL Server

It explains how to implement an audit trail quickly by creating shadow table for each table in database and triggers to log every time when a record is inserted, updated or deleted in the table....

View Article

Image may be NSFW.
Clik here to view.

How To Use SQL IN Statement to Select Data Having All Specified Values

Generally, We use SQL Where .. IN Statement to determine whether a specified value matches ANY value in a sub-query or a list. But sometimes we require to get data which have ALL specified values, not...

View Article


Image may be NSFW.
Clik here to view.

Convert ASP.NET Gridview OR HTML Table to Wizard using jQuery

In my post, I explained how we can create a simple wizard using jQuery. In this post, we’ll see how asp.net gridview can be displayed in wizard format. Sometimes, gridview is used to take input from...

View Article

Image may be NSFW.
Clik here to view.

Happy Holi

Happy Holi (A festival of Colours) to all TechBrij’s readers. The world’s Lathmar Holi of Braj has its own identity but also the colors of Bikaner in Rajasthan has fun, frolic with the particular...

View Article


Image may be NSFW.
Clik here to view.

Moderate Google Docs Forms Data and Share Filtered Data Only to Public

If you are using Google Docs for Forms or Surveys, You might be getting lots of fake (spam) form submissions. The situation becomes more critical when you are sharing data, survey result or summary...

View Article

Image may be NSFW.
Clik here to view.

Linux Servers vs. Windows Servers

There has always been a debate between Linux and Windows users about which platform is better. Linux, being an open source platform, promises better support apart from the fact that it is free while...

View Article

Image may be NSFW.
Clik here to view.

SQL Query To Check Money Data Type and Convert it to Decimal Dynamically

Sometimes we need to convert one data type to another data type to map columns in sql server. You might not be allowed to change table structure directly. In this case you’ve to convert in your query...

View Article
Browsing all 116 articles
Browse latest View live