| Author: Ramya 02 Sep 2008 | Member Level: Gold | Rating: Points: 2 |
Hi,
What is the error you are getting while running the code.
After assigning the datasource, Databind the grid view
dataGridView_TRMgt.DataSource = trmgtBLL.getTRDataBLL(); dataGridView_TRMgt.DataBind();
|