|
|
-
|
|
If you put jQuery in your CV, then beware, you should be able to answer following questions. Better you read on, and test yourself how much you can score. 1. What is jQuery & its significance? Why it is so popular? 2. What is jQuery UI? 3. What are various jQuery Features? 4. What do Dollar......
|
|
-
|
|
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......
|
|
-
|
|
What is a DFD? A Data Flow Diagram called DFD is a graphical representation of the "flow" of data. DFD depicts the flow of data from external entities to the system. As the name suggests it shows how data moved from one process to another. It also needs to tell details of......
|
|
-
|
|
You might be working with ASP.NET Dropdown list or normal html dropdownlist while
working with web development. In common scenarios and day to day applications we
need to get value filed ( usually ID ) and text filed of the selected item in the
drop down.
......
|
|
-
|
|
jQuery can be used to select HTML elements using element selector. Below are some of the examples of how to use selectors. $(’) - Selects all elements with the given tag name. $(‘p’) – Selects all Paragraph Elements $(‘a’) – Selects all Anchor tags in side a web page ......
|
|
-
|
|
The following is question that is asked by one of the Community Member from Beyond Relational Website to my personal ID. “I have one doubt in sessions. Sessions are using in the website that sessions variables are storing in server. Suppose at a time if ten users send the request to server, ......
|
|
-
|
|
jQuery is like the ASP.NET AJAX Client Framework (MicrosoftAjax.js), with selectors, DOM selections/ manipulations, plug-ins, and better animation support. jQuery is more powerful than MS AJAX on the client side due to its light weight nature . This is the reason Microsoft integrated jQu......
|
|
-
|
|
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......
|
|
-
|
|
Where to Get started VS2012 ? VS2012 RC got released on 31st of May 2012 You can download all the 4 versions from microsoft downloads I personally like the old logo compared to the new logo ,We need to adapt to the new...
|
|
-
|
|
In order the application to respond to user input WPF offers 2 concepts . Lot of people get confused with events and commands. When do you use what? When to choose which? Handling input in WPF is done by 1. Event Handling 2. Command Handling Events Events represe......
|
|