I'm using asp.net 2.0 login controls I want to use the login name in the backend c# code, how can I get the value of login name in the code behind
<asp:LoginName ID="LoginName1" runat="server" ...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_22141044.h...
Hi,
I have a webpage written in Coldfusion and would like user to submit info (Registration type). How can I enrypt the data when adding the record to Access and decrypt it when user needs to vi...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20329125...
Hi I have the following login details to sql server
username: mir
password: powerplay
What I want to do is change the username to mir2 keeping the same password of powerplay. I have to do th...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21468077.html
Whenever a record is inserted into the database, I would like to store the username of the user that inserted the record by passing their login name as a parameter in the SqlDataSource. How would ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21803201.html
Ive added a LoginName control to my *.aspx web page. It has an ID of LoginName1.
How do I read the value of this control during run-time. eg. If the user logged-on has username "Moron99" I want to...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22791444.html
I can display the users login name using the following: Hello <asp:LoginName id = "lnUser" runat="server" />
I would like to store the Loginname ina variable and use it later on the page. How ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21948821.html
Tech details: VWD 2005, MS-SQL 2000, ASP.NET 2.0 / C#
I have set up a simple website with VWD2005 and everything works correclty - I can display and edit data from the database, login correclty ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22928562.html
Hello,
I was trying to trace timeouts in Profiler on a particular database.
Using the lock: timeout parameter I would get timeouts with a LoginName of 'sa'
there would be an ObjectID, StartTim...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21203196.html
I'm new to scripting. I've searched severall websites to get a asp script that does the following:
Checks the loginname from the user. (Domein loginname)
And based on the loginname send to a we...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21646072.htm...
Zones:
ASPDate Answered: 11/29/2005 Grade: A Views: 0
Hi Experts,
In my vb.net app form I have two buttons login and logout.
When user run this app and click login button the currentdate and time gets added to the database.
Now for logout, when...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22017671.htm...