Tuesday, April 12, 2011

My FaceBook status update on Monday evening the 11th April 2011

Monday, April 11, 2011

SMARTCONTACT project i am working on





















Recently I have been working on an ASP.NET project with the basic intention of horning my programming skills in .NET .I actually got amazed by the results I got from the short time I immersed myself into .NET .It is a whole lot of experience with so much fun.In the above snapshot I was able to make a databound grid whereby I could edit rows from an Editable Form Template as illustrated in the snapshot above.




















 In the above snapshot I bound a dropdown list to datasource from a database and was thus able to list members of the dropdown list by querrying from a database.




















 In the above snapshot,the selected Item in the drop down list is what I am going to use to populate the grid above after clicking on the button 'Get Allocations'

Below is the grid with items that match the selected item.It is a great achievement for me to be doing interesting stuff like grids in ASP.NET.