B
bcornett
I am needing a way to extract a dataset from a sqldatsource. I am
doing this to create a Generic Printing page. I will pass the dataset
and an arraylist of grid_view propeties to this Generic Page to
populate a generic grid_view. I have tried several approaches but to
no avail.
As from what I have read, I may not be able to peform the tasks that I
am wanting to do. If the article that I was reading is correct, the
sqldatasource stores the created dataset into memory and is not
accessible. My issue is that I have to have a dataset to pass in and
I am unable to get to the dataset generated by the sqldatasource. I
may have to rip out the sqdatasource stuff and go back to the asp 1.1
methods. More coding due to paging/sorting but atleast I can get to
the elements I need. Any Ideas?
doing this to create a Generic Printing page. I will pass the dataset
and an arraylist of grid_view propeties to this Generic Page to
populate a generic grid_view. I have tried several approaches but to
no avail.
As from what I have read, I may not be able to peform the tasks that I
am wanting to do. If the article that I was reading is correct, the
sqldatasource stores the created dataset into memory and is not
accessible. My issue is that I have to have a dataset to pass in and
I am unable to get to the dataset generated by the sqldatasource. I
may have to rip out the sqdatasource stuff and go back to the asp 1.1
methods. More coding due to paging/sorting but atleast I can get to
the elements I need. Any Ideas?