R
randy.buchholz
Hi All,
I have an application that is using Form security and a SQL Server 2008
security db. I have a list of users that I need to get into the system. I
have not been able to find a way to generate the UserID or ApplicationId in
the user table to enable a direct load. The names are used/come from other
systems so I need them to be exact matches. (I don't want to trust the
users to enter them themselves.) If I can't find a way to do a direct load
I thought about exposing a grid view next to the New User control and
populating the user name (read only) when a name is selected. I haven't
seen a way to get to the user name field though. Last resort would be
writing my own (or finding) another Create User control. I would really
like to find a way to load directly. Or next, populate the name field in
the standard New User control.
TIA
I have an application that is using Form security and a SQL Server 2008
security db. I have a list of users that I need to get into the system. I
have not been able to find a way to generate the UserID or ApplicationId in
the user table to enable a direct load. The names are used/come from other
systems so I need them to be exact matches. (I don't want to trust the
users to enter them themselves.) If I can't find a way to do a direct load
I thought about exposing a grid view next to the New User control and
populating the user name (read only) when a name is selected. I haven't
seen a way to get to the user name field though. Last resort would be
writing my own (or finding) another Create User control. I would really
like to find a way to load directly. Or next, populate the name field in
the standard New User control.
TIA