Geeks With Blogs

@apopovsky
  • apopovsky @infobiker parece que sacaron mal los promedios, la vuelta era de 25.3km. no de 29 como estaba previsto. about 73 days ago
  • apopovsky RT “@ChaseMit: Just want to point out the NRA's plan to stop school shootings is literally the plot of Kindergarten Cop.”" about 151 days ago
  • apopovsky Aparte del paro del subte ahora tenemos lluvia por tiempo indeterminado about 280 days ago
  • apopovsky Hoy en bici a la oficina, me ahorre 15 minutos. Vamos a ver que tal la vuelta. Me sumé al mejor en bici. about 308 days ago

News Locations of visitors to this page
Ariel Popovsky's Blog Aventuras y desventuras con .net June 2009 Entries
Exception/Error handling using the ObjectDataSource
This post was going to be a rant about how using the ObjectDataSource was impossible to handle exceptions thrown while retrieving or updating data. After some experiments and reading some misleading posts I saw only three possible ways: Use a generic error handler like the Page Error event or the Application Error event in global.asax. Implement handlers for the Updating, Selecting and Deleting events of the GridView bound to the datasource, set the event.Cancel to true and then manually call the ......

Posted On Monday, June 22, 2009 10:54 AM

JQuery Autocomplete with WCF services
I was trying to implement a simple autocomplete behavior on a textbox using JQuery and the JQuery Autocomplete plugin but it wasn’t as simple as I expected. The basic idea was to get the options from a WCF web service as the user typed. The first obstacle was preparing the Service to accept the calls from the plugin. The plugin accepts a url as the data source and invokes it with two parameters (and a timestamp), q is the query and limit the maximum number of results to return, so I created the following ......

Posted On Tuesday, June 16, 2009 9:19 PM

Copyright © Ariel Popovsky | Powered by: GeeksWithBlogs.net | Join free