Howdy,
Take a look at BoundField's InsertVisible property as well as SqlDataSource
Updating/Inserting events.
Regards
--
Milosz
"Nick Bennett" wrote:
> I've got a page with a DetailsView. It uses a SqlDataSource which itself
> uses stored procedures for Select and Update.
>
> I don't want the user to see some of the columns, but if I don't bind them
> (or if I do bind them but set Visible=False), when the Update procedure is
> called, the parameters corresponding to the columns that weren't bound to
> the DetailsView are all null.
>
> This can't be an uncommon scenario, so I guess I have missed something. Any
> ideas?
>
>
>
|