craigw

Stories submitted by craigw

Virtual Paging with Silverlight/WCF Services(www.craigwardman.com)

submitted by craigwcraigw(115) 9 months, 3 days ago

Server side paging from Silverlight application read more...

1 comment |category: |Views: 25

tags: another

Dynamic OrderBy using LINQ to SQL(www.craigwardman.com)

submitted by craigwcraigw(115) 9 months, 3 days ago

Dynamically ordering your data when using LINQ to SQL as a backend read more...

add a comment |category: |Views: 17

tags: another

Using Exchange ActiveSync from a .NET Application » CraigW Blog(www.craigwardman.com)

submitted by craigwcraigw(115) 1 year, 5 months ago

Exchange ActiveSync allows over-the-air syncing termed “AirSync” and is used mainly by mobile devices. It uses HTTP POST (with or without SSL) to send/receive data (see: [MS-ASHTTP]) and constists of several commands (see: [MS-ASCMD]) which use WBXML encoded XML body content to convey data (see: [MS-ASWBXML]). read more...

add a comment |category: |Views: 29

tags: another

Recreating SSI Functionality in ASP.NET(craigwardman.com)

submitted by craigwcraigw(115) 2 years, 9 months ago

Recreating SSI Functionality in ASP.NET from CraigW Blog read more...

add a comment |category: |Views: 6

tags: another

Definining Event Handlers for Custom Events In the Markup(craigwardman.com)

submitted by craigwcraigw(115) 2 years, 9 months ago

Definining Event Handlers for Custom Events In the Markup from CraigW Blog read more...

add a comment |category: |Views: 4

tags: another

Fixing Binary Formatted Data After a Code Change(craigwardman.com)

submitted by craigwcraigw(115) 2 years, 11 months ago

Fixing Binary Formatted Data After a Code Change from CraigW Blog read more...

add a comment |category: |Views: 1

tags: another

Setting a validation group on a User Control(craigwardman.com)

submitted by craigwcraigw(115) 2 years, 11 months ago

Setting a validation group on a User Control from CraigW Blog read more...

add a comment |category: |Views: 23

tags: another

Using .NET TripleDES Crypto Provider(craigwardman.com)

submitted by craigwcraigw(115) 3 years, 2 months ago

Using .NET TripleDES Crypto Provider from CraigW Blog read more...

add a comment |category: |Views: 50

tags: another

Non-Databound DropDownList SelectedValue Problem(craigwardman.com)

submitted by craigwcraigw(115) 3 years, 2 months ago

When you have an asp:DropDownList which is *not* databound, (i.e. you add the items manually) there are a few things you have to do to get 'SelectedValue' to work or you get: Error: 'DropDownList' has a SelectedValue which is invalid because it does not exist in the list of items. - Workaround from CraigW Blog. read more...

add a comment |category: |Views: 38

tags: another

Programmatically Setting the Default Button of a Textbox(craigwardman.com)

submitted by craigwcraigw(115) 3 years, 2 months ago

Programmatically Setting the 'Default Button' of a Textbox in ASP.NET from CraigW Blog read more...

add a comment |category: |Views: 39

tags: another

Automatic Unique Names for Session/ViewState Data(craigwardman.com)

submitted by craigwcraigw(115) 3 years, 3 months ago

Automatic Unique Names for Session/ViewState Data from CraigW Blog read more...

add a comment |category: |Views: 11

tags: another

Textbox CrLf in Firefox using AJAX UpdatePanel(craigwardman.com)

submitted by craigwcraigw(115) 3 years, 3 months ago

Textbox CrLf in Firefox using AJAX UpdatePanel from CraigW Blog read more...

add a comment |category: |Views: 13

tags: another

Creating a Single Instance Application in C#(iridescence.no)

submitted by craigwcraigw(115) 3 years, 3 months ago

great sample code using c# and mutexes to create a single instance windows application read more...

add a comment |category: |Views: 154

tags: another

Matching Tags using Regular Expressions Balancing Groups(craigwardman.com)

submitted by craigwcraigw(115) 3 years, 3 months ago

Matching Tags using Regular Expressions Balancing Groups from CraigW Blog read more...

add a comment |category: |Views: 43

tags: another