farshad Posted August 6, 2003 Posted August 6, 2003 can a datareader be assigned to the datasource of a win datagrid? if not then how can i pass sql stored procedures parameters to a dataset? Thanks Quote Farshad
*Experts* Bucky Posted August 6, 2003 *Experts* Posted August 6, 2003 Anything that implements the IEnumerable interface can be set to the DataSource of a grid. The SqlDataReader class does this, so you should have no problem setting it to the DataSource. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.