Hi,
I've got a formview on a page and the sql was generated automatically when I configured the datasource.
What I want to do now is change one of the fields to pick up a value from a profile I've set up in web.config.
It happens to be a unique userid, so that I can see who last updated the record.
Does anyone know if this can be done ?
I tried just inserting profile.userid into the update string, but it blows up with unrecognised multiple-part type.
Regards,
Graham
I've got a formview on a page and the sql was generated automatically when I configured the datasource.
What I want to do now is change one of the fields to pick up a value from a profile I've set up in web.config.
It happens to be a unique userid, so that I can see who last updated the record.
Does anyone know if this can be done ?
I tried just inserting profile.userid into the update string, but it blows up with unrecognised multiple-part type.
Regards,
Graham