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

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'mattberseth' Subscribe to this feed
13
kicks
published 1 year, 3 months ago, submitted by gavinjoyce gavinjoyce 1 year, 3 months ago

mattberseth.com — Matt Berseth shows how to animate the ModalPopupExtender. read more...

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

7
kicks
submitted by mberseth mberseth 1 year, 4 months ago

mattberseth.com — How to display the Virtual Earth Map Control using the ModapPopupExtender control read more...

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

18
kicks
published 1 year, 4 months ago, submitted by mberseth mberseth 1 year, 5 months ago

mattberseth.com — Example showing how to implement the classic Master/Details scenario using ASP.NET AJAX and the ModalPopupExtender control in the ASP.NET AJAX Control Toolkit. read more...

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

9
kicks
published 1 year, 4 months ago, submitted by mberseth mberseth 1 year, 5 months ago

mattberseth.com — An AjaxControlToolkit extender control that is useful for disabling controls during partial postbacks ... read more...

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

19
kicks
published 1 year, 6 months ago, submitted by k000der 1 year, 6 months ago

mattberseth.com — Better user experience by delay loading UpdatePanels read more...

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

13
kicks
published 1 year, 5 months ago, submitted by k000der 1 year, 6 months ago

mattberseth.com — In depth article of UpdatePanel: Using Triggers and UpdateMode read more...

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

25
kicks
published 1 year, 6 months ago, submitted by mberseth mberseth 1 year, 6 months ago

mattberseth.com — A recent 'kicks' article showed how to use an UpdateProgress to display a page level gmail-like status indicator. This article shows a technique for rendering the indicator over the control contained within an updatepanel. On pages where there are a lot of controls, this lets the user know exactly which one was updated. read more...

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

15
kicks
published 1 year, 6 months ago, submitted by mberseth mberseth 1 year, 6 months ago

mattberseth.com — Ever heard of the EventHandlerList object that lives in the System.ComponentModel namespace of the .Net framework? I hadn't until I disassembled the System.Windows.Forms.Control class while debugging the other day. I did a few google searches and ended up on an MSDN page titled 'How to: Declare Events That Conserve Memory Use'. I found the content rather interesting. Typically, a class declares an event as follows ... read more...

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

3
kicks
submitted by mberseth mberseth 1 year, 6 months ago

mattberseth.com — Did you know that with ASP.NET AJAX you can easily invoke static methods declared on your ASP.NET page from script on the client? To enable this you will need to do the following ... read more...

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

29
kicks
published 1 year, 6 months ago, submitted by mberseth mberseth 1 year, 7 months ago

mattberseth.com — System.IO.Path has a number of utility methods that are useful when you have to progamatically build a file path ... read more...

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

4
kicks
submitted by mberseth mberseth 1 year, 7 months ago

mattberseth.com — Wrapping an asp:Wizard in an asp:UpdatePanel is a nice way to improve the user experience of your web pages. Throw in a couple of animation cues using the UpdatePanelAnimationExtender and your application will really ... read more...

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

12
kicks
published 1 year, 7 months ago, submitted by mberseth mberseth 1 year, 7 months ago

mattberseth.com — Did you know that instead of specifying the name or column alias in a SQL Server Order By expression you can optionally use an integer representing the position of the column name or alias within the select list you want to sort by ... read more...

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

16
kicks
published 1 year, 7 months ago, submitted by mberseth mberseth 1 year, 7 months ago

mattberseth.com — I recently used the AJAX.NET framework in a project and I was impressed with how easy it was to implement and how much it improved the usability of our pages. Our project had quite a few advanced search pages where users can enter in a number of different filters and then hit the search button (usually iteratively - filter/search; filter/search; etc...). Before the Ajax framework and Ajax Control Toolkit were applied to the pages, each time the user would tweak a filter or request a different column sort, the complete page would refresh. After adding Ajax to the pages, just the GridView is re-rendered giving the user the much nicer web 2.0 user experience. Anyway, here are the steps I followed for adding these features to our project ... read more...

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

8
kicks
submitted by mberseth mberseth 1 year, 7 months ago

mattberseth.com — A common problem most application developers face at one time or another is managing the deployment of the environment specific configuration elements their application depends on. Most often these elements include items like connection strings, file paths or other settings the application requires access to during runtime. I recently tackled this problem and came up with a solution that seems to work pretty well (we have been using it for the past 4 months without any issues) and fits in great with our automated build enviornment. read more...

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

4
kicks
submitted by mberseth mberseth 1 year, 7 months ago

mattberseth.com — I recently was working on an Asp.Net project that contained quite a few search pages. These pages all followed a similar structured pattern where the user had a set of fields they could filter on by typing in values and pressing the search button. The results were displayed in a GridView where the user could sort by clicking on column headers, export the results to excel, etc... To help improve user experience, we placed each of the GridViews in an asp UpdatePanel so while the user refined the search (sorting, adding or removing additional filters), only the GridView would be refreshed and not the entire page. Additionally, we wanted to add a few standard UI cues (disabling the Search button, fading out the GridView, and placing a progress indicator over the GridView) letting the user know an operation was currently in progress. read more...

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

3
kicks
submitted by mberseth mberseth 1 year, 7 months ago

mattberseth.com — In the original article, I showed an example of plotting zip-code boundaries using Microsoft Virtual Earth and Ajax.Net. I received some feedback from John (SoulSolutions) suggesting that the transmission of latitude and longitude points could be optimized by using googles compression algorithm (described here) which exploits that fact that lat/lons can benefit from compression when there is little difference between adjacent lat/longs within a given sequence. I thought this was an interesting suggestion so I updated the example to include this compression algorithm. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge