DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

vivekamar Subscribe to this feed
vivekamar
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories submitted by vivekamar
1
kicks
submitted by vivekamar 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 add a comment | category: | Views: 6
tags: | tag it

2
kicks
submitted by vivekamar 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 add a comment | category: | Views: 4
tags: | tag it

15
kicks
published 14 days, 21 hours ago, submitted by vivekamar 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 add a comment | category: | Views: 274
tags: | tag it

2
kicks
submitted by vivekamar 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 add a comment | category: | Views: 19
tags: | tag it

2
kicks
submitted by vivekamar 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 add a comment | category: | Views: 18
tags: | tag it

12
kicks
published 1 month, 4 days ago, submitted by vivekamar vivekamar 1 month, 8 days ago

dotnetcurry.com — Here are 6 tips that could help you out in your projects while dealing with ASP.NET AJAX Accordion Control. read more...

Add a comment add a comment | category: | Views: 150
tags: , , , | tag it

11
kicks
published 1 month, 5 days ago, submitted by vivekamar 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...

Add a comment 2 comments | category: | Views: 186
tags: | tag it

2
kicks
submitted by vivekamar 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 add a comment | category: | Views: 4
tags: | tag it

10
kicks
published 1 month, 15 days ago, submitted by vivekamar 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...

Add a comment 4 comments | category: | Views: 234
tags: | tag it

10
kicks
published 1 month, 18 days ago, submitted by vivekamar 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 add a comment | category: | Views: 201
tags: , , | tag it

12
kicks
published 1 month, 21 days ago, submitted by vivekamar 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 add a comment | category: | Views: 225
tags: | tag it

1
kicks
submitted by vivekamar 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 add a comment | category: | Views: 6
tags: | tag it

18
kicks
published 1 month, 25 days ago, submitted by vivekamar 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 add a comment | category: | Views: 477
tags: , | tag it

3
kicks
submitted by vivekamar vivekamar 1 month, 29 days ago

blogs.msdn.com — There's a good article about how to create versioned assemblies for precompiled ASP.NET web sites. read more...

Add a comment add a comment | category: | Views: 7
tags: | tag it

11
kicks
published 2 months, 2 days ago, submitted by vivekamar 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 add a comment | category: | Views: 108
tags: , , | tag it

2
kicks
submitted by vivekamar 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 add a comment | category: | Views: 8
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge