|
|
vivekamar
vivekamar
 |
|
Stories submitted by vivekamar
|
|
submitted by
vivekamar
2 days, 7 hours ago
dotnetcurry.com — In this article, we will study three different techniques that allow you to visually display progress to users while performing partial-page updates using the UpdatePanel. read more...
add a comment
|
category: AJAX | Views: 6
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vivekamar
14 days, 17 hours ago
dotnetcurry.com — In this example, we will see how to change the UI Property of a Silverlight Control based on the property of another control at runtime. read more...
add a comment
|
category: Silverlight | Views: 4
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 14 days, 21 hours ago, submitted by
vivekamar
21 days, 15 hours ago
dotnetcurry.com — In this article, we will explore some common ‘How Do I’ kind of examples using LINQ to XML. This article is the Part II of the 3-part LINQ to XML series. read more...
add a comment
|
category: Linq | Views: 274
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vivekamar
28 days, 5 hours ago
dotnetcurry.com — I wrote this article sometime ago in response to a query asked by a dotnetcurry.com viewer. The user had a requirement where he had two dropdownlist in the GridView and the second one was to be populated at runtime based on the selected value of the first dropdownlist – A case of cascading dropdownlists. read more...
add a comment
|
category: ASP.NET | Views: 19
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vivekamar
1 month, 2 days ago
dotnetcurry.com — In this article, we will explore how to implement paging in an ASP.NET GridView using an ASP.NET AJAX Slider Extender.
read more...
add a comment
|
category: AJAX | Views: 18
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 5 days ago, submitted by
vivekamar
1 month, 10 days ago
dotnetcurry.com — We often create applications where we retrieve images from the database and display it on the page. At times, we may need to add some text or a copyright notice dynamically on the images. This article discusses how to do so using an ASP.NET Http Handler. read more...
2 comments
|
category: ASP.NET | Views: 186
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vivekamar
1 month, 15 days ago
dotnetcurry.com — The much awaited final release of Silverlight 2 was shipped by Microsoft on the 14th of October, 2008. This step by step guide will help you upgrade your development environment from Silverlight 2 Beta 2 to the final release of Silverlight 2. This guide suggests you the exact steps for a smooth installation. The guide can also be used by those who have just started out with Silverlight 2.
read more...
add a comment
|
category: Silverlight | Views: 4
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 15 days ago, submitted by
vivekamar
1 month, 19 days ago
dotnetcurry.com — This article will help you to set up an Our Authors/ Employee/Top Contributor or any page with a similar concept for your website. In this article, we will see how to dynamically pull data (along with images) from the database and display it using an ASP.NET AJAX Accordion control. We will be using the data from the Employees table of the Northwind database. read more...
4 comments
|
category: AJAX | Views: 234
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 18 days ago, submitted by
vivekamar
1 month, 21 days ago
dotnetcurry.com — In the past we have often used the combination of the GridView and DetailsView to display Master-Detail data. Similarly, developers have used pop-ups to depict similar scenarios where a user clicks on a ‘master’ row and the details are displayed in a pop-up window. I was recently exploring the ModalPopup extender control which allows a page to display content to the user in a "modal" manner. I thought of trying out the Master-Details scenario using the ModalPopup Extender. This article discusses how to do so
read more...
add a comment
|
category: AJAX | Views: 201
|
|
tags:
dotnetcurry, dotnetcurry.com, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 21 days ago, submitted by
vivekamar
1 month, 24 days ago
dotnetcurry.com — Explore how to associate a HoverMenuExtender with a ListView control to update and delete records. The Listview control in this sample will also contain the functionality to add new records.
read more...
add a comment
|
category: ASP.NET | Views: 225
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vivekamar
1 month, 26 days ago
dotnetcurry.com — LINQ can be used to query on objects that are generic collections and implement the generic IEnumerable<T> interface. However nongeneric collections like the ArrayList do not implement the 'generic' IEnumerable<T> interface. In this article we will see how to use LINQ to query nongeneric collections like the ArrayList. read more...
add a comment
|
category: Linq | Views: 6
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 25 days ago, submitted by
vivekamar
1 month, 29 days ago
dotnetcurry.com — Check out these articles:
1. How to call Server Side function from Client Side Code using PageMethods in ASP.NET AJAX
2. ASP.NET AJAX Calendar Extender – Tips and Tricks
3. Cancelling an Asynchronous PostBack in ASP.NET AJAX
4. ASP.NET AJAX TabContainer – Tips and Tricks
5. ASP.NET AJAX DropDownExtender - Tips and Tricks read more...
add a comment
|
category: AJAX | Views: 477
|
|
tags:
ReadIt, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 2 days ago, submitted by
vivekamar
2 months, 3 days ago
dotnetcurry.com — In our projects, we often have a requirement of accessing Cross Domain Services in Silverlight. There are certain steps to be followed to able to do so. But what if the service is hosted in a console application or a windows service? In this article, we will follow a step by step approach and discuss how to create and consume a WCF Service hosted in a console application using Silverlight. We will also explore how to provide a Policy File at a given URI using REST. read more...
add a comment
|
category: Silverlight | Views: 108
|
|
tags:
dotnetcurry.com, dotnetcurry, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vivekamar
2 months, 5 days ago
dotnetcurry.com — Microsoft has released Silverlight 2 RC0 for Developers. This release is ‘intended’ for developers to test out their Silverlight 2 Beta 2 applications and speed up for the Silverlight 2 Release to Web (RTW) which will happen sometime soon. Check out some info about the release as well the download/troubleshooting/BreakingChanges links read more...
add a comment
|
category: Silverlight | Views: 8
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|