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
Hazel Mahmud
1.4k
315
70k
how to pass password to another page
Feb 20 2017 11:00 AM
public static String GetSession(String sFilter)
{
string adsPath = "LDAP://af.ad.uum";
string[] attribs = new string[] { "employeeID" };
String username = null;
String password = null;
DirectoryEntry de = new DirectoryEntry(adsPath, username,
password,
AuthenticationTypes.Secure);
return de;
}
refer to the above code, how do i pass password (the onet with yellow highlighted) to another page. and how to read it back in another page.. tq..please help..
Reply
Answers (
10
)
Rectify the codes below
How to clear data readed by scanner from textbox to recieve