S
Stephanie
My google foo has always been weak... So here I am asking if anyone has any
reference to what i am trying to accomplish:
I have
- a gridview and a detailview that act as master/detail UI widgets.
- detailview has objectdatasource that points to a tableadapter in a
dataset.
- I can add/edit/delete from the lovely DetailsView.
I have a field in the table for an image. I have not decided whether I want
to save the files to the filesystem or to a BLOB. I am looking for examples
- that use this bound DetailsView with a template field implementing a input
type="file"...
- two examples one that saves to the database and one that saves to the file
system.
I have found examples that do the latter in a plain old form with one input
element (really helpful I learned a ton). What I need is how to do this with
a bound DetailView.
Thanks so much for yoru help. With it, I intend to know more!
reference to what i am trying to accomplish:
I have
- a gridview and a detailview that act as master/detail UI widgets.
- detailview has objectdatasource that points to a tableadapter in a
dataset.
- I can add/edit/delete from the lovely DetailsView.
I have a field in the table for an image. I have not decided whether I want
to save the files to the filesystem or to a BLOB. I am looking for examples
- that use this bound DetailsView with a template field implementing a input
type="file"...
- two examples one that saves to the database and one that saves to the file
system.
I have found examples that do the latter in a plain old form with one input
element (really helpful I learned a ton). What I need is how to do this with
a bound DetailView.
Thanks so much for yoru help. With it, I intend to know more!