rptrManagerFund.DataSource = dsManagerFundData.Tables["strDataTable"];
Do you seriously have a table named: strDataTable?? I imagine you want the code to be:
rptrManagerFund.DataSource = dsManagerFundData.Tables[strDataTable];
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor :.
Wrox Books 24 x 7
================================================== =========