L
Learner
Hello,
Based on our data model we have a need to create a column
'DealerShipID' in the table aspnet_Users under aspnetdb database for a
demo that we are working on. Hod do I do that? Just create another
column and throw some dummy values? And how do I retrieve these values
into my webform? Is there a property that I can use to retrieve the
DealerShipID column's value? Or just connect to the aspnetdb database
through code behind page like we do with any database to retrieve
values?
Here is a little bit of our current scenario...our scope is only just
to create the users and their authentication so I am only considering
aspnet_Users and aspnet_Membership tables and not any other table in
the aspnetdb database.
When I look at this table these are the columns it has
ApplicationId uniqueidentifier Unchecked
UserId uniqueidentifier Unchecked
UserName nvarchar(256) Unchecked
LoweredUserName nvarchar(256) Unchecked
MobileAlias nvarchar(16) Checked
IsAnonymous bit Unchecked
LastActivityDate datetime Unchecked
Unchecked
User will get authenticated and I get the name of the user logged in
using the Page.User.Identity in asp.net 2.0 webform to display who
logged in.
So now my question , is there a way to pull 'DealerShipID' column
values through a short cut with out having to create a connection to
the aspnetdb database?
Please let me know if you have any hard time to understand what I need.
Please bear with my explanation.
Thanks
-L
Based on our data model we have a need to create a column
'DealerShipID' in the table aspnet_Users under aspnetdb database for a
demo that we are working on. Hod do I do that? Just create another
column and throw some dummy values? And how do I retrieve these values
into my webform? Is there a property that I can use to retrieve the
DealerShipID column's value? Or just connect to the aspnetdb database
through code behind page like we do with any database to retrieve
values?
Here is a little bit of our current scenario...our scope is only just
to create the users and their authentication so I am only considering
aspnet_Users and aspnet_Membership tables and not any other table in
the aspnetdb database.
When I look at this table these are the columns it has
ApplicationId uniqueidentifier Unchecked
UserId uniqueidentifier Unchecked
UserName nvarchar(256) Unchecked
LoweredUserName nvarchar(256) Unchecked
MobileAlias nvarchar(16) Checked
IsAnonymous bit Unchecked
LastActivityDate datetime Unchecked
Unchecked
User will get authenticated and I get the name of the user logged in
using the Page.User.Identity in asp.net 2.0 webform to display who
logged in.
So now my question , is there a way to pull 'DealerShipID' column
values through a short cut with out having to create a connection to
the aspnetdb database?
Please let me know if you have any hard time to understand what I need.
Please bear with my explanation.
Thanks
-L