Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~941 People Reached
Favorite Tags
Member Avatar for SiahCheePing

Erm, do I need Visual Studio in my Windows Server 2008 to make my website work? Somehow,I've set my Content Directory and my Visual Directory to the same folder with all my ASP.NET pages + codes inside but it doesn't work at all. Tried switching authentication mode to forms authentication. …

Member Avatar for iis74u
0
248
Member Avatar for SiahCheePing

I have a dropdownlist that loads a list of users from AD. I need to retrieve selected user's properties, e.g. displayName and display it using a label. How do I do that? The situation is like I have a list of users is dropdownlist e.g. Paul. I select paul. Click …

Member Avatar for SiahCheePing
0
119
Member Avatar for SiahCheePing

is there anyway to retrieve and list all the attributes for an active directory user to be used for updating with using the following [CODE] de.properties.contains(propertyName) [/CODE] Just wondering, quite a newbie AD programming, a little guidance thanks

Member Avatar for G_Waddell
0
122
Member Avatar for SiahCheePing

Is there anyway to solve password management for Active Directory. I mean like a user forgot password and needs to reset it? Is using an Active Directory Administrator account to reset the password the only way? Which is probably the most suitable method for VB.NET programming? <Method 1> Login.aspx->RetrievePassword.aspx->specify username->User …

Member Avatar for dnanetwork
0
139
Member Avatar for Ebisu

Hi, im trying to disable a button until anything has been entered into two text boxes simultaneously. So far i have tried: [code] If String.IsNullOrEmpty(TextBox1.Text & TextBox2.Text) Then Button1.Enabled = False Else Button1.Enabled = True End If [/code] However it doesnt work simultaneously, the button will become enabled if i …

Member Avatar for SiahCheePing
0
120
Member Avatar for SiahCheePing

I' ve my cookie to [CODE]Dim authCookie As New HttpCookie(FormsAuthentication.FormsCookieName)[/CODE] I've just started learning about cookies not long ago,can I retrieve the cookie that I've set by using the code below? [CODE] Dim authCookie As String = FormsAuthentication.FormsCookieName If Not Request.Cookies(authCookie) Is Nothing Then 'Display requested page Else Response.Redirect("Login.aspx?") End …

Member Avatar for qinise4
0
123
Member Avatar for SiahCheePing

I dunno if I'm posting in the correct forum but I need urgent help. I'm currently a student doing my final year project in school. I've been task to come up with a prototype/solution for a Single Sign On(SSO). I've been researching for about 3 weeks now but I can't …

0
70