|
|
-
|
|
Dollar Sign is nonetheless an alias for JQuery. You can write jQuery syntax using $ sign or jQuery. This can also be called Selector($). This can be called as an expression for identifying target elements on a page that allows to easily identify and also grab elements required. The ......
|
|
-
|
|
The following are important features of jQuery. Extensibility The jQuery Framework is easily extensible. DOM elements manipulations It easily handles DOM element selections functions, manipulations, traversal and modification. Event Handling We can implement Event Handling at client si......
|
|
-
|
|
jQuery UI is a library which is built on top of JQuery library. It can be called as one of the JavaScript plug-in that allows to create animations, sortables list, draggle list . This is developed as separate JavaScript File. This can be downloaded from http://ui.jquery.com/download (ui.......
|
|
-
|
|
jQuery is lightweight, client side script JavaScript library file that supports all browsers.Query is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery makes it easy to play with the DOM,......
|
|
-
|
|
Introduction Generics in C# are an extension to C# Programming using Generic Types and Methods. I see most of the developers still get confused about generics and do not know to use them in real time projects. That made me to write this article to help understand and refer how to use them? ......
|
|
-
|
|
Problem We have two Grid Views namely Patients and Messages side by side that contains records. When the record gets selected, we need to make the grid records drag able. We need to give provision to drag and place (not Drag & Drop) the record in another grid view record and vice versa. As a r......
|
|
-
|
|
Introduction While working with Silverlight applications, calling a WCF Service from Silverlight client, you might have faced cross domain issues. I would like to demonstrate the problem, root cause and solution for the issue. I have created a WCF Service a separate project and tried to cons......
|
|
-
|
|
JQuery has become quite popular on the web due to its client side nature of doing anything and everything. In this article I would like to demonstrate implementation of client side sorting for ASP.NET Grid View using JQuery. The plug-in supports only client side sorting based on JavaScript algorit......
|
|
-
|
|
I came to know that Most of the people do not know what is Pivot table and their importance in analysis of the team status reports, bug report or appraisal reports whatever it may be. These can be used by mid-level to Top Management people or Business Analysts, Account managers in order to view Mont......
|
|
-
|
|
ASP.NET has the problem similar to the one ORACLE Padding. This helps an attacker to send chosen cipher text to the server and discover if it was decrypted properly based on error code returned by the server. Hacker on many attempts can successfully decrypt the cipher. He might again alter the plai......
|
|