posts - 236, comments - 436, trackbacks - 56

My Links

News

Awarded Microsoft MVP C#.NET - 2007, 2008 and 2009


I am born in Bangladesh and currently live in Melbourne, Australia. I am a Microsoft Certified Application Developer MCAD Chartered Member (C# .Net)and born in Bangladesh.
I am founder and Chief Executive Officer of
Simplexhub, a highly experienced software development company based in Melbourne Australia and Dhaka, Bangladesh. Co-founder and core developer of Pageflakes www.pageflakes.com.
Simplexhub, is on its mission to build a smart virtual community in Bangladesh and recently launched beta realestatebazaar.com.bd an ASP.NET MVC application written in C#.NET.


Some of My Articles
Flexible and Plugin based .Net Application..
Mass Emailing Functionality with C#, .NET 2.0, and Microsoft® SQL Server 2005 Service Broker'
Write your own Code Generator or Template Engine in .NET

Archives

Free Programming Language Training

April 2006 Entries

Enumerating the XmlDataSource
Here is the cool piece of code to Enumerate XmlDataSource Tabular/Hierarchical: You have an XmlDataSource on your page and you wish to enumerate the items as tabular data private void EnumerateDataSource() { IDataSource ds = XmlDataSource1 as IDataSource; if (ds != null) { XmlDataSourceView xmlDsView = ds.GetView(String.Empty) as XmlDataSourceView; if (xmlDsView != null) { IEnumerator enumerator = xmlDsView.Select(DataSource... while (enumerator.MoveNext()) { //Retrieve...

Posted On Wednesday, April 19, 2006 3:54 AM | Feedback (0) |

Download Code Snippets
http://msdn.microsoft.com/v... You can download Huge list of CodeSnippets from the above link.......... Enjoy coding and codesnippets will make it more enjoyable

Posted On Thursday, April 06, 2006 11:48 PM | Feedback (1) |

Powered by: