|
|
Stories recently tagged with 'mattberseth'
|
|
published 1 year, 4 months ago, submitted by
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
|
category: AJAX | Views: 230
|
|
tags:
mattberseth, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
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
|
category: AJAX | Views: 4
|
|
tags:
mattberseth, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 6 months ago, submitted by
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
|
category: AJAX | Views: 101
|
|
tags:
UpdatePanelAnimationExtender, mattberseth, AJAX, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 6 months ago, submitted by
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...
1 comment
|
category: C# | Views: 9
|
|
tags:
mattberseth, EventHandlerList, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: AJAX | Views: 17
|
|
tags:
mattberseth, ASP.NET, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 6 months ago, submitted by
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...
2 comments
|
category: C# | Views: 29
|
|
tags:
System.IO, mattberseth, C#, .Net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
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...
|
|
tags:
Database, mattberseth, Tips, SQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
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
|
category: AJAX | Views: 109
|
|
tags:
GridView, mattberseth, AJAX, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Other | Views: 11
|
|
tags:
mattberseth, MSBuild | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: AJAX | Views: 552
|
|
tags:
UpdatePanelAnimationExtender, mattberseth, AJAX, GridView | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: AJAX | Views: 12
|
|
tags:
mattberseth, AJAX, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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