Unveiling www.ScreencastADay.com

What is ScreencastADay?

Welcome to www.ScreencastADay.com, a website committed to educate you everyday. The idea of the website is really simple. We believe that in order to be successful you need to learn something new everyday. ScreencastADay puts this thought into action by providing new screencast every day. This means you will get 7 screencasts a week and 365 screencasts a year unless of course it is a leap year in that case you get one more bonus screencast.

Is this website completely free?

Yes! Currently, there is no registration fee associated with the website.


How can I request a Screencast?

You can request a website using the ScreenCastADay Google Group .


Are there any exceptions?

Although we don’t like to make any exceptions to this rule but life is uncertain and can take unexpected turns. All we can say is that we will try our best to work around your wishes and provide screencast every day.

Subscribe to my feeds

Hi you can subscribe to my feeds using the link below:

http://feeds.feedburner.com/Azamsharp

Thanks,
Azam

So long GeeksWithBlogs!

I have blogged on GeeksWithBlogs for a long time and I have enjoyed every second of it. For the past couple of days I have been working on my own blog and today it has been launched. I will be blogged at www.azamsharp.com. I will miss GeeksWithBlogs and I thank everyone for creating such a wonderful blogging community.

As of today (May 27 2008) this blog is officially closed.

Please update your links to www.azamsharp.com.

Thanks,

AzamSharp 

Article Published: Only Updating the Changed Rows in GridView Control

Matt Berseth wrote a very interesting article on “Bulk Inserting Data Using the ListView Control". The idea is to give the user an Excel like interface where they can edit the rows with custom data and finally click the update button to persist the data in the database. Matt’s solution was great but lacks a very important detail. There was no way to know what rows were changed by the user. Matt took the road to update all the rows whether they were changed or not. In this article we are going to take a look at an alternative method of updating only the changed rows.

Updating Only Changed Rows in the GridView Control

Twitter