Hi Friend, Today we will learn about Balloon popup Extender control in asp.net.This control display a popup message which can contain any information when you move your mouse and focus to a TextBox control.This control supports three Balloon style properties
Balloon
Rectangle
Custom
You can choose three size of this style properties
Small
Medium
Large
If you want to choose Balloon Style Property Custom then you have to set CustumCssUrl Property to point to a custom Stylesheet.
This Popup can be set to 5 positions
TopRight
TopLeft
BottomLeft
BottomRight
Auto
If you select value the Auto then the position of BalloonPopup will be determined automatically based on available space.
This popup will...
How to use PagingBulletedListExtender Control on ASP.NET Web Page Easily
The PagingaBulletedListExtender Control is used to display the different contents in the form of the bulleted list on the indices clicked.It provides client-side sorted paging.In this you can specify the number of characters that you want to use for creating heading indices or maximum number of items to display per index.This control uses page able grid control to page through the items of the BulletedList control.This extender control is useful when the web page contains a long list of items.this control is helpful to organize all the bound items in pages and displays links of each of them. This control is every helpful in paging so we have to know about it in detail. before use this control You have...
How to use Gravatar images on your asp.net web forms easily
Introduction:- The Gravatar control is an asp.net control that enables you to use gravatar images on your asp.net web pages.This control is very simple to use.You have to just set some Gravatar control's properties like Email, size,Rating DefaultImageBehavior, DefaultImage etc.For this, First you have to Register on http://www.gravatar.com .After that upload your required images which you want to render on your website or blogs.You will get an URL link for every image.Here we will display gravatar images using help of gravatar control.
Before using this concepts you have to Install Ajax toolkit on your visual studio.
There are some properties of Gravatar control as given below:-
Email :-This is a required property,You have an email...
How to Display Area Chart Graph on Asp.Net Website easily
Hi Friend, Today we will learn "How to Draw a Graph of Area Chart on asp.net web page".Here we will calculate the production of the Wheat and Rice in different years in India. This is very simple ,you have to just focus on below concept.I have already draw many charts ,you can learn it from below links as given below.
How to Draw Line chart graph on asp.net web page.-
How to Draw Bar chart graph on asp.net web page.
How to Draw Pie chart graph on asp.net web page.
How to Draw Bubble chart graph on asp.net web page.
Before implementing this concepts you have to Install Ajax Toolkit on your visual studio first.
There are some properties of Area chart graph as given below:...
How to Display Bubble Chart on ASP.NET Website using Ajax Technology
Hi Friend, Today we will learn about Bubble chart concepts in ASP.NET.Here we will display the Students increased % marks in differnet subjects using Bubble chart.Previously i have already explained some charts also as given below:-
How to display the Line Chart Graph on Asp.net Website
How to display the Bar Chart Graph on Asp.net Website
How to display the Pie Chart Graph on Asp.net Website
Before implementing this concepts you have to Install Ajax Toolkit on your visual studio first.
There are some properties of Bubble chart graph as given below:-
ChartHeight :- This is used to customize the Height of Bubble chart.
ChartWidth :- This is used to customize the Width of Bubble chart.
ChartTitle :- This is...
How to display static Pie chart Graph on asp.net website
Hi friend, Today,we will learn"How to display Pie chart graph on asp.net website".Here we will draw a student marks in different subjects(Math,Science,English and History) in Pie graph.Before implementing this concepts,You have install Ajax toolkit in your visual studio.
I have already explained following Graphs...
Bar chart Graph
Line chart Graph
There are some properties of Pie graph as given below:-
ChartHeight:- This is helpful to customize the height of the chart.
ChartWitdh:- This is helpful to customize the width of the chart.
ChartTitle:- This properties is helpful to set the title of the chart.
ChartTitleColor:-This properties is helpful to set the color of the chart title.
There are some Pie char value...
How to display static Line Chart Graph on ASP.NET Web Page
Hi Friend, Today we will learn about Line Chart control in asp.net.Here you can easily display the Line Graph of any predefined data.I have already display the Bar graph of predefined data.Same concepts will be used in Line Graph also but you have to change somethings as given below. Here I have represented three persons(Rajesh,Kiran and Sachin) earning details in this Line Graph .Before implementing this concepts ,you have to install Ajax Toolkit in your visual studio.
There are some some steps to implement this whole concepts as given below:...
How to display a Static BarChart in asp.net using Ajax Technology
Hi friend ,today we will learn about bar chart control in asp.net.Here you can easily display the bar char with the help of some predefined data of different persons for different years.Here we will display the different type of data of Ram,Mohan and Neha for different years (2001-2008) in this bar chart.Before implementing this concepts, you have to install ajax toolkit in your visual studio.
There are some properties of this BarChart as given below:-
ChartHeight :- This is helpful to customize the height of the bar chart.
ChartWidth :- This is helpful to customize the width of the bar chart.
ChartType :- This is helpful to view the bar chart either column(StakedColumn) or Row(Bar,Stackedbar)
ChartTitle:- This...
How to implement PasswordStrength Extender Control in ASP.NET Website
The PasswordStrengthExtender Control targets a TextBox control that is used for entering Passwords.When user starts typing the text in text box ,this control calculates the strength of the text using different specified properties.Here i have set different properties such as TargetControlID, DisplayPosition , PrefixText,StrengthIndicatorType, MinimumLowerCaseCharacters, MinimumNumericCharacters, MinimumSymbolCharacters, PreferredPasswordLength, TextStrengthDescriptions, StrengthStyles.You can see it in source file.
First,You have to install Ajax Toolkit in your visual studio.
There are some steps to implement this whole concepts in asp.net website as given below:-
Step 1: First open your visual...
How to make the Corners of any ASP.NET controls Round using Concepts of Ajax
This is very useful for the asp.net developers to make the asp.net controls round.For this , RoundedCornersExtender control is used to make the corners of any asp.net controls round.This control adds a background panel to an asp.net control so that the control,when rendered on a web page appears with rounded corners.There are some properties of this RoundedCornersExtender as given below:-
TargetControlID:- It sets the ID of the control whose corners are to be modified.
Corners:-It is helpful to sets the corners of the target control,which you want to round.
Radius:-It sets the radius of the rounded corners by default this value is 5 pixel.
You have to install AjaxToolkit in your visual studio before use ...
How to implement ConfirmButtonExtender Control on ASP.NET Website easily
Hi Friend , Today we will learn about ConfirmButtonExtender Control.This control displays a message to the user at the click event of the Button control. Here You will ask for the confirmation when the user clicks the button to fire some event.This popup will help users to correct the errors in the form if any.In this application,when you click the submit button,a message appears with the Confirmation dialog box.You can use your custom dialog box also.
There are some properties of ConfirmButtonExtender Control as given below:-
TargetControlID:-It is helpful to set the ID of the Button control to which the extender control attached.
ConfirmText:-It sets the text that is displayed whit in the confirm dialog box.
DisplayModelPopupID:-It...
How to use ListSearchExtender control on ASP.NET Web page using concepts of Ajax Technology
Hi Friend,Today we will learn "How to Implement ListSearchExtender control on asp.net website". This control allows you to perform an incremental search for the desired items in the DropDownList or List Box control by typing a stream of texts.This control is very helpful, if you have more values (items) in your database.Using this control ,you can easily find the data by typing the word incrementally.This is generally used in filling Form's websites.
There are some properties of this control as given below:-
TargetControlID:-It sets the ID of the List Box or DropDownList control to which the extender control is attached.
PromptText:-It is helpful to sets the message that is displayed when the List Box or DropDownList control receives...
How to upload images using ajax AsynFileUpload Control and Create a Photo gallery of your friends like Google+ and Facebook in asp.net
The AsynFileUpload Ajax control enables you to upload the files asynchronously on server.The uploading of files can be confirmed at both the server and client side. You can save the uploaded images by using SaveAs() method.This control works the uploads the files without doing any post pack. This control shows the Loading image while file uploading is in process .There are different coloring options for showing the file upload.
Green color to indicate the file is uploaded successfully
Red color to indicate the file upload is not successful
Sql server database is used to save the uploaded image by AsynFileUpload control.Here i have used a DataList control to display the uploaded images.In this Data List Control you can...
How to use ModelPopupExtender Control in asp.net website
Introduction :- The ModelPopupExtender control enables you to display the simple text of the page content of the user by displaying a model pop-up window.When the pop-up window appears,the remainder of the web page grays out,preventing you from interacting with page.However, at that time, you can interact with the pop-up window contents.This (ModelPopupExtender) popup is fired by onclick event on the target controls.
There are some properties of ModelPopupExtender Control as given below:...
How to Use TextBoxWhatermarkExtender control on ASP.NET Website
Introduction :- The TextBoxWhatermarkExtender control is used to provide a tip to provide a tip to the user that specifies the type of parameter entered within the text box.This extender attaches to a TextBox control and displays a text within the text box when the web page renders for the first time. when the user clicks the text box to insert values,the default text gets hidden. If you have not installed ajax toolkit ,You can install it from here.
There are some properties of this extender control as given below:-
1.) TargetControlID :- It sets the ID of the TextBox control to which you want to attach the extender control.
2.) TargetControlID :- It sets text to display when the value in the text box is empty.
3.) WhatmarkCssClass...
How to Use Rating Concepts on ASP.NET Web Page
Introduction :- While we are accessing a web page on the internet then you will see, a web page request for user's feedback.This feed back provides a key metric to recognize the satisfaction of users. So, the owner of the materials provides a rating system that represent a set of stars, which can be used to receive the feedback.The rating mechanism used by ASP.NET needs a synchronous postback. Here i have used ten rating stars.You can see it after run this application. If you are not installing AjaxToolKit on your visual studio, You can install it from here.
There are some important properties of rating control as given below:-
AutoPostBack :- It sets to true if you want to perform a postback by clicking a rating item.
CurrentRating...
How to implement UpdatePanelAnimatonExtender Control on ASP.NET Website
Introduction :- The UpdatePanelAnimatonExtender Control enables you to display animation while the UpdatePanel control is performing an asynchronous postback. This extender applies animation to a very specific situation, where custom events need handling before and after and updatable region is refreshed and therefore, can be used only when the web page consists of n UpdatePanel control. If you have not installed AjaxToolkit on your visual studio, you can install it from from Here.
There are some important properties of UpdatePanelAnimatonExtender Control as given below:-
TargetControlID :-It sets the ID of the control whose updates results in animation effects.
OnUpdating :-It sets an event to play animation...
How to Use AnimationExtender Control on ASP.NET Website
Introduction :- The AnimationExtender control allows you to utilize built-in animation Framework with existing web pages in a more declarative way. This control allows you to add a broad set of fancy animation effects to your website. The animation plays when certan event occurs on the target control, such as OnClick, OnLoad, OnMouseOver and OnMouseout . we can implement and control a variety of animated actions using the built-in framework,such as fading ,resizing and moving a control. This control is more helpful in web development. If you are not installing AjaxToolKit then you can install it from Here.
There are some important properties of AnimationExtender control as given below:-
TargetControlID:- It sets the ID...
How to Use TabContainer Control on ASP.NET Website
Introduction :- The TabContainer control provides multiple views in web page. Microsoft has released new products, such as window 7c , Internet Explorer, Microsoft Office 2007/2010 ,with tabbed version. This version is released for graphics purpose only. The TabContainer Control enables you to create a tabbed interface,where clicking each tab displays different contents.Switching from one tab to other does not need a postback. If you are not install AjaxToolKit then first install it from Here .
There are some properties of TabContainer control as given below:-
ActiveTabChanged :- It sets an event that is fired on the server-side when a tab is changed after a postback.
OnClientActiveTabChanged:- It attaches a JavaScript function...
How to implement Accordion Control on ASP.NET Web page
Introduction :- The Accordion control allows you to group multiple collapsible panels in a single control. At the same time, It also manages the Collapsed and expanded state of each panel , therefore ,expanding one panel at a time. It Means,the accordion control does not support expanding two or more panels simultaneously.Instead , the header templates of all the panels are always visible so that you can click it to display the hidden contents.By default ,the Accordion control opens with one panel as expanded. The Accordion control enables you to provide multiple panes simultaneously on the web page among which only one pane can be displayed at a time.It is similar to the collapsiblePanelExtender control.
Before using this control ,you have...
Powered by Blogger.