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 5 hours, 10 minutes ago

dotnetcurry.com — In this short article, we will take a look at how to randomly reorder an arraylist and update the contents of the ComboBox at runtime, each time the contents of the ArrayList changes. By default, If your control is bound to a data source that does not implement the IBindingList interface, such as an ArrayList then changes to the list will NOT reflect as changes in the combobox. We will see a workaround in this article to achieve the same. read more...

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

1
kicks
submitted by vivekamar vivekamar 1 day, 6 hours ago

weblogs.asp.net — If you don't know by now you can reset your web applications and or web sites with a simple change to the web.config. For example you can FTP(if remote or hosted) to your server and edit the web.config by adding a space or removing a space. Basically you want the application your using editing with think something has changed since you touched the document. Save the form after this has happened and IIS will recycle the application / web site. read more...

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

7
kicks
published 1 day, 21 hours ago, submitted by vivekamar vivekamar 2 days, 8 hours ago

dotnetcurry.com — ViewState is a Base64 encoded string and is not readable by the human eye. However it is also not difficult to decode the viewstate and view the contents of the viewstate when it is passed over the wire. In this article we will see how to decode and view the contents of a viewstate. read more...

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

17
kicks
published 3 days, 19 hours ago, submitted by vivekamar vivekamar 4 days, 6 hours ago

dotnetcurry.com — ASP.NET validation controls provide an easy-to-use but powerful mechanism of ensuring that data is entered correctly on the forms. There are 6 validation controls included in the ASP.NET 2.0 and ASP.NET 3.5 versions.In this article, we will see some 'very handy' tips and tricks that can be applied to the validation controls in our projects read more...

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

4
kicks
submitted by vivekamar vivekamar 5 days, 9 hours ago

nikhilk.net — Silverlight provides the ability to completely customize the look and feel of controls (including the intrinsic ones - often something one desires when working with HTML), while preserving their behavior, through a combination of styles, templates, visual states and transitions read more...

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

13
kicks
published 4 days, 16 hours ago, submitted by vivekamar vivekamar 5 days, 9 hours ago

nikhilk.net — FxCop is a great tool to help ensure consistency of .NET code and to help push quality upstream in the development process by reinforcing design guidelines and flagging some potential issues that can be detected through static analysis of your assemblies read more...

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

11
kicks
published 4 days, 18 hours ago, submitted by vivekamar vivekamar 5 days, 9 hours ago

dotnetcurry.com — In this article we will see how easy it is to use recursion and clear values of all controls on a page using ASP.NET and JavaScript read more...

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

19
kicks
published 5 days, 18 hours ago, submitted by vivekamar vivekamar 6 days, 9 hours ago

dotnetcurry.com — If you have missed on some top articles of Visual Studio Team System (VSTS) and Team Foundation Server (TFS) on dotnetcurry.com, then this is a must read for you. The Top 10 articles have been decided by our editorial panel based on the popularity of the article, user rating and top views of the articles. read more...

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

28
kicks
published 8 days, 18 hours ago, submitted by vivekamar vivekamar 8 days, 22 hours ago

dotnetcurry.com — A comprehensive list of 'good' ASP.NET AJAX, ASP.NET and .NET Framework questions for beginners and experienced people. Also a good read for people who want to refresh their memory with .NET concepts or take interviews on a regular basis. read more...

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

15
kicks
published 9 days, 19 hours ago, submitted by vivekamar vivekamar 10 days, 3 hours ago

dotnetcurry.com — Retrieving and displaying images in a GridView is a time consuming task. If done synchronously, this task can at times test the user’s patience. One way to provide a good user experience is to load the images asynchronously. So when the GridView loads, we initially display a default image for the user to view, while the actual images are being loaded from the database. In this article, we will see how to do so. read more...

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

18
kicks
published 12 days, 17 hours ago, submitted by vivekamar vivekamar 13 days ago

dotnetcurry.com — The ASP.NET Configuration API provides support for encrypting and decrypting configuration sections in web.config. This feature comes extremely handy when you need to hide sensitive information like passwords. In this article, we will explore how to encrypt and decrypt sections of the web.config. read more...

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

28
kicks
published 13 days ago, submitted by vivekamar vivekamar 17 days, 4 hours ago

dotnetcurry.com — This article compiles some common String operations that we encounter while working with the String class. In Part I, 15 common string operations have been covered . read more...

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

16
kicks
published 19 days, 1 hour ago, submitted by vivekamar vivekamar 20 days, 1 hour ago

dotnetcurry.com — This article explains how to transfer values between the Parent page and a Pop-up window. The code has been tested against IE7 and Firefox. read more...

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

3
kicks
submitted by vivekamar vivekamar 25 days, 9 hours ago

sqlservercurry.com — Here is a collection of some learning resources for SQL Server 2008 to get you started!! read more...

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

16
kicks
published 24 days, 10 hours ago, submitted by vivekamar vivekamar 26 days, 8 hours ago

dotnetcurry.com — In this writing, I have tried to sum up some important links and points related to the Visual Studio 2008 Service Pack 1 (SP1) release. read more...

Add a comment 1 comment | category: | Views: 427
tags: , | tag it

3
kicks
submitted by vivekamar vivekamar 29 days, 5 hours ago

fly2.ws — The article discusses 27 tips and tricks that you can use while using the GridView control. The tips and tricks have been divided in 3 parts. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge