问题描述
亲爱的朋友,
正在使用asp.net,C#,SqlServer2005.
请解决我的问题.....?
我已经创建了一个Web应用程序.管理员将在此应用程序中创建用户..
以便用户可以使用其用户名和密码登录.
我的图片文件夹中有公司徽标.
例如:如果您是某个特定公司的用户...使用您的用户名和密码登录后.....
您的公司徽标必须显示在欢迎页面中...这意味着该用户来自已登录的公司.
请帮帮我.
谢谢.
Dear Friends,
am working on asp.net, C#, SqlServer 2005.
Please solve my problem.....?
I have created a web application. In this application administrator will create users..
so that the users can login with their username and password.
I have company logos in my images folder.
For example: if you are user of some particular company...after you login with your user name and pwd.....
your company logo must be displayed in welcome page...that means this user is from that company who has logged in.
Please help me.
Thanks.
推荐答案
if usercompanyname == "IBM" then
Image1.visible = true
else
End if
----
如果要从数据库中获取图片,则可以使用标准工具框中的图片,并在用户登录时进行相应的更改!!!
----
if you want to get the pic from database ,, you can use the image from the standards tool box and change it accordingly when a user logs in !!
这篇关于登录到应用程序后显示用户comapny徽标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!