You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2019. It is now read-only.
After I login the Welcome message should ideally get updated. Currently it is not and using the same resource key. This is how we can do this:
Create a new key-value in BugNet_HostSetting table. Key could be something like "WelcomeMessageUser". The record could be added in the installation procedure as well by adding a new SQL INSERT inside BugNet.Data.SqlDataProvider.Sql file.
Create a new key named WelcomeMessageUser in HostSettingNames.cs enum.
In default.aspx.cs inside else part we can update the value of WelcomeMessage label
After I login the Welcome message should ideally get updated. Currently it is not and using the same resource key. This is how we can do this:
BugNet_HostSetting
table. Key could be something like "WelcomeMessageUser". The record could be added in the installation procedure as well by adding a newSQL INSERT
insideBugNet.Data.SqlDataProvider.Sql
file.WelcomeMessageUser
inHostSettingNames.cs
enum.WelcomeMessage
labelPlease let me know what you think.
The text was updated successfully, but these errors were encountered: