TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
aryaonmesh
NA
21
0
How to display text in a textbox, when textbox propetry textmode is Password.
Mar 24 2005 11:17 AM
How to display text in a textbox from DB, when textbox propetry textmode is Password. Ex: value in DB for password is "test" i want to display it in a textbox as **** i am doing as dim strPassword as string = myreader("password") txtpassword.TextMode = TextBoxMode.Password txtpassword.text = strPassword but textbox(txtpassword) showing empty Help appreciated Thanks in advance
Reply
Answers (
2
)
creating a window service and writing a method in it and run the service everyday once
Mapping Events