S
Steven Blair
I have the following code:
http://www.rafb.net/paste/results/6bi7v515.html
This is using an ObjectDataSource which directly binds to the GridView
in my app.
Is the connection closed for me, or do I have to close the connection
myself (and how could I do this?)
Another question.
Is it possible to cache this information, since its highly unlikely to
change therefore multiple users can use the cached version.
My ObjectDatSource method is in a seperate DLL from the Web app so I am
unsure if this dll can even access the Cache, or if this is a sensible
approach.
Thanks in advance.
Steven
http://www.rafb.net/paste/results/6bi7v515.html
This is using an ObjectDataSource which directly binds to the GridView
in my app.
Is the connection closed for me, or do I have to close the connection
myself (and how could I do this?)
Another question.
Is it possible to cache this information, since its highly unlikely to
change therefore multiple users can use the cached version.
My ObjectDatSource method is in a seperate DLL from the Web app so I am
unsure if this dll can even access the Cache, or if this is a sensible
approach.
Thanks in advance.
Steven