Sign in
Paul's MCS Developer Blog
Sharing and blabbing on my findings as a Microsoft consultant
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.net
2.0
2003
asp.net
batch
blogging
c#
client
code
counter
datatable
dates
dynamic date
enum
infopath
jquery
livewriter
mvc
mvccontrib
namespace
query
sharepoint
socialnetwork
sql
tfs
tool
t-sql
twitter
usage
winforms
wpf
xsd
Browse by Tags
MSDN Blogs
>
Paul's MCS Developer Blog
>
All Tags
>
c#
Tagged Content List
Blog Post:
Walkthrough: full example of using MvcContrib grid with jQuery datatable
paulwhit
Note: This walkthrough is based on the 1.0 release of ASP.NET MVC, MvcContrib version 1.0.0.916 with a minor code change , jQuery 1.2.6 (included in the MVC release) and jQuery datatables 1.4 . Introduction For the past few months (and 100+ volunteer hours!) I’ve been creating a web application...
on
28 Mar 2009
Blog Post:
Personal Twitter Client Counter
paulwhit
Get a count and percentage of how many updates you've had with each twitter tool. Download C# 3.5 WPF Source Code Note: This source code is mostly a quick hack to get the data I wanted. Also, if you run this on your own data, note that you may need to wait a few minutes for results to come back. ...
on
29 Apr 2008
Blog Post:
Latest tool: XPath query field extractor for InfoPath
paulwhit
Update: This tool seems to be only relevant with InfoPath 2003. A co-worker pointed out that due the customer pains around a lack of a feature like this, in InfoPath 2007 you can right-click a node in the data source and choose "Copy XPath". Cool! Thanks to Scott Heim for pointing this out. So, I love...
on
16 Apr 2008
Blog Post:
Use the DescriptionAttribute with an Enum to display status messages.
paulwhit
I've been working on various forms of displaying status messages from enums, and here's the latest preferred iteration of how to do this. Regurgitated and tweaked from WayneHartman.com . public enum XmlValidationResult { [Description( "Success." )] Success, [Description( "Could not load file....
on
31 Mar 2008
Page 1 of 1 (4 items)