Month: May 2012

Posted in ASP.Net Controls

AdRotator Control in ASP.Net

ASP.Net AdRotator Control – How to use Adrotator control in ASP.Net C#. Adrotator control is used to display the sequence of advertisement images on web page in asp.net.

Continue Reading AdRotator Control in ASP.Net
Posted in ASP.Net

Page refresh automatic in ASP.Net

Add meta tag in your Head portion and your page will automatically refreshed with 3 second interval.         <html xmlns=”http://www.w3.org/1999/xhtml” > <head runat=”server”> <title>Meera Academy</title>…

Continue Reading Page refresh automatic in ASP.Net
Posted in JavaScript

IF Statement in JavaScript

learn to use IF Statement in Javascript. Here we learn how to use IF Statement in Javascript and how to call javascript function on Button click events in HTML Documents.

Continue Reading IF Statement in JavaScript
Posted in JavaScript

How to use Prompt box in JavaScript

In the Prompt box, user will have two option OK OR Cancel.Prompt box allow user to input a value before click the OK OR Cancel Button.If clicks “OK”, means true. If clicks “Cancel”, means false.

Continue Reading How to use Prompt box in JavaScript
Posted in JavaScript

How to use Confirm box in JavaScript

Confirmation javascript used to confirm an important actions that are taking place on a website. For example, they may be used to confirm an order submission or logout from the website, change the login password we confirm that action before they done..

Continue Reading How to use Confirm box in JavaScript
Posted in JavaScript

Alert box in JavaScript

Alert function in Javascript. An alert dialog box is used to give a warning message to the users on website.

Continue Reading Alert box in JavaScript
Posted in JavaScript

Declare a variable in JavaScript

cc    Declare a variable is imortant thing in any language. Here, we declare a variable with var Keyword in javascript. <head runat=”server”> <script language=”javascript” type=”text/javascript”>var …

Continue Reading Declare a variable in JavaScript
Posted in JavaScript

What is JavaScript?

What is JavaScript ? how to use JavaScript in HTML document.

Continue Reading What is JavaScript?
Posted in ASP.Net ASP.Net Example

CrystalReport in ASP.Net

Bind CrystalReport in ASP.Net Here, we will give you basic ideas with example how to create and bind CrestalReport with Dataset in ASP.Net Application using…

Continue Reading CrystalReport in ASP.Net
Posted in ASP.Net

CrystalReport in ASP.Net

Bind CrystalReport in ASP.Net   Here, we will give you basic ideas with example how to create and bind CrestalReport with Dataset in ASP.Net Application…

Continue Reading CrystalReport in ASP.Net
Posted in ASP.Net Controls

RadioButton Control in ASP.Net

ASP.Net RadioButton Control – How to use radiobutton control in asp.net c#. Select only single item from group of items using rediobutton control in asp.net C#.

Continue Reading RadioButton Control in ASP.Net
Posted in ASP.Net Controls

CheckBox Control in ASP.Net

ASP.Net CheckBox Control – asp.net checkbox control is allow user to do check or uncheck checkbox square. checkbox control is checked or unchecked by specify the checked property true or false.

Continue Reading CheckBox Control in ASP.Net