473,320 Members | 2,158 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

textboxmode

when user logs in again its password must be display in the textbox.
Textbox mode is password.
Feb 24 '07 #1
5 1636
hariharanmca
1,977 1GB
when user logs in again its password must be display in the textbox.
Textbox mode is password.
Can u explain a bit more
Feb 24 '07 #2
kenobewan
4,871 Expert 4TB
You want to display someones password? Why get them to log in at all?
Feb 24 '07 #3
after login user checked on remember me then next time password must be display.
i m not getting that password.
can u help me in that
Feb 24 '07 #4
Hi

In the page load once if the checkbox is checked capture the status as true and bind that password to that textbox.So whenever the page is loaded everytime it automatically binds the password to the textbox.
Feb 24 '07 #5
Hi

In the page load once if the checkbox is checked capture the status as true and bind that password to that textbox.So whenever the page is loaded everytime it automatically binds the password to the textbox.


Dim Cookie As HttpCookie = Request.Cookies("HelpDesk")
If Not Cookie Is Nothing Then
Me.txtUserName.Text = Cookie.Values("HelpDeskAdminUserID")
Me.lblMessage.Text = Cookie.Values("HelpDeskAdminPassword")

Me.txtPassword.Text = Cookie.Values("HelpDeskAdminPassword")
End If

This is the procedure i have followed. i m getting password in label but it not displaying in textbox as its mode is password.
So can u help me in this as quick as possible.
Feb 26 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Coleen | last post by:
I have a multiline text box that I only want to allow the user to type 500 characters in. I set the maxlength to 500, but I can type more than 500 characters in it. Is there a way to set the max...
0
by: DotNetJunkies User | last post by:
Hi All I am developing a site using ASP.Net I want to develop a site that generates forms ( textbox,check boxes etc) automatically ie is from database itself depending on the no of rows in the...
5
by: Alex Nitulescu | last post by:
Hi. Because I'm a beginner in creating controls, I spent more than two *&^#$ hours to create this "login" as a custom control and to make it work properly: ...
4
by: Bass Pro | last post by:
Hi, I am creating textbox, radiobuttonlist and checkboxlist dynamically depending on data from a table. It is a questionnaire. I add the control on a Panel control during the 1st load_page event....
4
by: Dennis E. Jones, Jr. | last post by:
I'm creating a dynamic control for each row in a REPEATER based on database values. ItemDataBound creates the control for the initial load (not postback), but I cannot get the control recreated...
3
by: h | last post by:
Hi, I have set my textbox's maxlength property to 1 , however it allow more than one word. Is there any settings that I am missing ? Thanks in advance Hardik Shah
0
by: Mike Collins | last post by:
I someone can please help, I am about at an end in trying to figure this out. I am adding some dynamic controls to my page (I found out that I was supposed to be doing that in the oninit event,...
4
by: =?Utf-8?B?SmVyZW15IEJydWVuaW5n?= | last post by:
I have found numerous iterations of server classes creating controls and adding them to web pages. However, I have never found any uses with the databind. I would like to set the text of the...
16
navneetkaur
by: navneetkaur | last post by:
Updation Should Reflect at same time hi every1 i am stuck at 1 place...i want whatever updation i do it should be reflected at the same time in table(i am using table to display all records)then if...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.