Categories
Microsoft Office

Create a Hyperlink to a Location in the Current Document Microsoft Word

Create a Hyperlink to a Location in the Current Document Microsoft Word In this tutorial we will learn how to Create a Hyperlink to a Location in the Current Document Microsoft Word. To go to a specific paragraph, heading or location on a document by clicking on a hyperlink in word document is very useful, it […]

Categories
Asp, Asp.net

Merge pdf files in asp.net c#

Merge pdf files in asp.net c# In this tutorial we will learn How To Merge Multiple PDF Files using iTextsharp In Asp.Net C#.  or you can say merge pdf files in asp.net c#. To Merge pdf files in asp.net, first you have to download iTextSharp.dll class library and include to our project. You could download iTextSharp.dll class […]

Categories
Website Design

Change Image Opacity On Mouseover Using jQuery

Change Image Opacity On Mouseover Using jQuery In this post we will discuss how to Change Image Opacity On Mouseover Using jQuery. Opacity is term which is used to define opacity level for an element. Opacity level describes the transparency level, where 1 is not transparent at all, 0.5 is 50% see-through, and 0 is completely transparent. […]

Categories
Asp, Asp.net

How To Show DIV In Pop Up With Lightbox Effect

How To Show DIV In Pop Up With Lightbox Effect In this post we will learn How To Show DIV In Pop Up With Lightbox Effect. Here we are using Javascript to accomplish this. Code: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>How To Show DIV In Pop Up With […]