I am binding gridview dynamically
mDataAdapter = new DataAdapter();
// Initiate the database connection
mDataAdapter.Init(Constant.CONNECTIONSTRING);
// Get the suppliers
mDataSet = mDataAdapter.GetSearchItem(ItemId, ItemName);
// Load the gridview with search items
grdItemSearch.DataSource =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.