Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

July 2008 - Posts

C# Reflection Tips: Data transformation using Reflection

.NET Reflection can be quite handy to transform one object to another, and specially when the target data structure varies a lot. Lets say, a "source party" has a stable Source data structure. But different clients have different requirement and expects
posted by Shahed | 1 Comments

ASP.NET tips: Golden rules for Dynamic Controls.

1. Make sure your dynamic controls are Loaded on every postback. Lets play with a very simple example, ASPX <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <body>     <form
posted by Shahed | 0 Comments