Knowledge Base

How to made route From Location to To Location in Google map ?

First you have to add the js in the header section you can download js from the here.also add maps.googleapis.com senssor mapseeting the jquery-1.9.1.min.js commen js. then add the script for the map.code here <script> var directionsDisplay; var map;   function

Read More

I have an issue in asp.net using marquee html tag with CSS html.

I have an issue in asp.net using marquee html tag with CSS html.

Hi All, I have an issue in asp.net using marquee html tag with CSS html. I have done dynamic functionality using marquee html tag & value access through database table. Newsletter rotator working fine as per requirement, but issue coming

Read More

How to read emails from .PST file from outlook using c#

  We can read emails is from selected .PST file in asp .net c# and export it to excel or notepad file etc.. If you want to write all email from .PST file then you need to write code like…

Read More

how to get previous page variable value in asp .net using C#

  If we want to get value of variable from previous page in current page then we use PreviousPage class to access controls of previous page instead of using classic Request object.   For Example.. If you want to get

Read More