Friday, December 08, 2006

Tough day working with data in asp2*

Friday, December 08, 2006 3:25:22 AM (GMT Standard Time, UTC+00:00)

So today I embarked on what will be a 'pause' to my usual AJAX-only work. My focus now switches more to dealing with data in ASP.NET 2. And no sooner than I started to work with those 'no-coding-necessary' data controls, I ran into Pure trouble. *Surprise surprise*

This trouble mainly is associated with how concurrency issues are handled by the data controls "as is". To me, they do an 'ok' job but the core problem is that they are not flexible at all. Before I start to bash these controls any more though, I think more research is necessary, so I'll stop here for now.

/me resumes googling like crazy.

Just incase you're interested but lost at what I mean by concurrency issues, you can do a bit of background reading.

Related posts:
Select a random row in MS SQL...
Regular expressions
VS2005, ASP.NET 2 & DLLs, DLLs..
MS's ASP.NET and.. PHP
2-way databinding cascading drop down lists within a FormView
ApplicationName Property when customising providers

Comments are closed.