
While browsing for answers through various ASP.NET blogs and forums I often come across certain topics which often repeat in one way or another. This article is an exercise which answers some common GridView questions. Here I deal with: 1. Database connectivity 2. MS AjaxControlToolkit's Rating extender, which is put on every row alowing user rate each row in real time. In other words, as soon as the user rates the row, an asynchronous (AJAX) call to the server is made and the database is updated.
|