Passing UISearchBar Values To Another ViewController in MonoTouch

If you’re migrating your skills from web to mobile development it’s really easy to think in terms of passing user defined values from page to page when entering into a mobile environment. UIViewControllers aren’t web pages though, in the UIViewController world the ViewController is an object so no need to pass anything. Here’s a UISearchBar… Continue reading Passing UISearchBar Values To Another ViewController in MonoTouch

Dismiss the Keyboard When Clicking the UISearchBar Search Button in MonoTouch

Like me, if you’re new to MonoTouch and iOS and you’re coming from a long period in Visual Studio then things are different. If you’ve found this blog post then you know what I mean. If you’re implementing a simple search pattern where ViewController A contains UISearchBar and pushes to ViewController B to display search results… Continue reading Dismiss the Keyboard When Clicking the UISearchBar Search Button in MonoTouch

Remove AutoGenerate Edit Link from GridView at Runtime

I had to figure this out today so I’m sharing in case someone has the same problem. If you’re trying to use GridView.Columns.RemoveAt(0) to drop the AutoGenerate Link Column at runtime and it’s not working you likely need to rewire the AutoGenerate Command. Originally, I had initialized the property directly in the GridView Control setup… Continue reading Remove AutoGenerate Edit Link from GridView at Runtime

Today Is #4sqDay 2011

I got this neato foursquare badge checking in at the Dry Cleaner this morning.

Published
Categorized as Foo

Visual Studio 2010 SP1 Upgrade Fiasco: silverlight_sdk.msi is unavailable …

Applying Visual Studio .Net 2010 SP1 is arduous at best. Mostly, I’m likely griping over the amount of time I’ve had to invest to apply a SP. I still love the tools but good grief already! Initially, when downloading the SP via the MSDN Web installer all appeared to be going smooth until this appeared:… Continue reading Visual Studio 2010 SP1 Upgrade Fiasco: silverlight_sdk.msi is unavailable …

Published
Categorized as Developer

asp:checkboxlist would be easi…

asp:checkboxlist would be easier to custom validate if it returned (int)checkboxlist.Items.Selected containing the number of items selected.

Published
Categorized as Tweets