This website was initially designed to share my personal stuffs. However,while
surfing on the net, I found many false derogatory and cheap remarks against Hinduism.
Being well versed in indian scriptures,I decided to include spiritual stuffs just
for spreading awareness. Though my articles are focussed on hinduism, there would
be no offensive or defamatory content against any religion. Respecting all gods
is the essence of hinduism. This is a non profitable website and is not affiliated
or associated with any religious organizations.
|
Home→Technical→Ajax
Technical Blogs
|
Working with AJAX ColorPickerExtender control
|
Posted By
sarinmall on
Apr 10, 2013 58 Views
|
There is no decent inbuilt color picker in ASP.NET. You may find dozens of pure JavaScript color pickers but none of them are proficient or looks attractive in the ASP.NET page. To ease out the efforts of the coder, developer community has released a very flexible ASP.NET Ajax control that gives you select colors from the color box. Color picker is an ASP.NET Ajax control that let you pick a color from a list of all possible colors displayed in a color palette.
|
|
Working with AJAX cascading dropdown
|
Posted By
sarinmall on
Mar 27, 2013 207 Views
|
Populating DropDown is a must in any website. You either populate the dropdown manually or bind it to an array / database. Cascading dropdown is a control of ASP.NET Ajax toolkit that let you define the flow of related dropdown controls. This control is used in situations where you have two or more dropdown controls interdependent on each another like a parent child relationship. For EX: Country-State-City. Each time you change the parent dropdown control, child dropdown control will make a service call to get a list of values. This related dropdowns are called cascading dropdown.
|
|
Tips and tricks with Ajax Collapsible panel
|
Posted By
sarinmall on
Mar 05, 2013 190 Views
|
In my preceding article, we saw how to use Ajax collapsible control to hide or unhide portion of your webpage asynchronously. Normally, hiding or unhiding is done based on some user activity or on the completion of some event. So, very often, the plain collapsible panel doesn’t suit your need and you look for some advanced level of functionality with Ajax collapsible panel control. In this article, we will see some of the tips and tricks with collapsible panel control that will help you in fulfilling the need of your client.
|
|
Working with Ajax collapsible panel
|
Posted By
sarinmall on
Feb 27, 2013 202 Views
|
In this article we will see the collapsible panel of Ajax toolkit which solves the most common feature of any business web application. Collapsible panel give user the flexibility to hide or unhide some or full portion (details) of your webpage. This functionality is usually used in FAQ (Frequently asked questions) page where you list out all your questions on a webpage. User can then click on the appropriate question to view the answer related to that question
|
|
Show catchy cool tool-tips with Ajax
|
Posted By
sarinmall on
Feb 10, 2013 194 Views
|
Balloon extender control is a cool way of showing cool catchy tooltip to the user. It can also be used to show some custom message to the user. This control is attached to a control and whenever the focus is moved to that attached control, this balloon extender control pops up to display the custom message to the user.
|
|
Add Auto suggestion to your website using AJAX AutoCompleteExender control
|
Posted By
sarinmall on
Feb 04, 2013 189 Views
|
Auto complete is the most common Ajax control used across thousands of website and social networking sites. If you unaware of what this control is then just think about the list of items that pops out when you enters few characters on Google search page. This control is usually used for implementing search functionality of your website.
|
|
Animation Effects using Ajax AnimationExtender Control
|
Posted By
sarinmall on
Jan 29, 2013 187 Views
|
AJAX AnimationExtender is an excellent Ajax control to add animation effects on your website. Resizing controls, Moving controls, changing background color, fade in-fadeout control, hide-unhide controls etc. This control has a number of triggers and events that let you add dynamic effects on your website.
|
|
Uploading file asynchronously using Ajax AsyncFileUpload control
|
Posted By
sarinmall on
Jan 25, 2013 211 Views
|
AsyncFileUpload is a control in Asp.Net Ajax control toolkit which supports asynchronous file uploads with drag and drop feature. Features of this control are supported in upgraded browsers like IE 10+, Firefox 8+, Safari 5+, and Google Chrome version 16+. Below are some of the features of this control
|
|
Uploading multiple files with drag and drop feature
|
Posted By
sarinmall on
Jan 16, 2013 216 Views
|
AjaxFileUpload is a control in Asp.Net Ajax control toolkit which supports multiple file upload, and drag drop file upload. Features of this control are supported in upgraded browsers like IE 10+, Firefox 8+, Safari 5+, and Google Chrome version 16+.Below are some of the features of this control
|
|
Show always visible content on a webpage
|
Posted By
sarinmall on
Jan 10, 2013 193 Views
|
In many cases, we have the need of showing some content on a webpage which should be always visible to the visitors. I.e. content should be visible even when user scrolls the page. For Ex: showing clock or no of visitors or some type of announcement or notice to the user.
|
1 2 3
|
Good Thoughts
What lies behind us and what lies before us are tiny matters compared to what lies within us
-Ralph Waldo Emerson
|