Tuesday, July 15, 2014

Using the timer “SetInterval” for asp.net c# by javascript

Introduction

In this article we are going to discuss about how to set the time interval for the method using the jquery for continues calling with the time interval

For down load the jquery file from this location

https://simplemodal.googlecode.com/files/jquery.simplemodal-1.4.1.js

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TimeIntervelJavasctipt.aspx.cs"
    Inherits="SampleTestingCodes.TimeIntervelJavasctipt" ClientIDMode="Static" %>

Read More »